I have just installed PDFgetx3 and everything seems to be working with an exception.
When i start tuneconfig i get the following error
In [1]: tuneconfig()
INFO:resolving plotmethods from plotids = None
INFO:found 2 linked plots
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[1], line 1
----> 1 tuneconfig()
File diffpy/pdfgetx/pdfgetxapplication.py:279, in tuneconfig(self, plotids, pdfgetter, axeslist)
File diffpy/pdfgetx/tuneconfig.py:518, in createTuneConfig(pdfgetter, **kwargs)
File diffpy/pdfgetx/tuneconfig.py:123, in __init__(self, pdfgetter, plotids, axeslist, _reset_init_)
File diffpy/pdfgetx/tuneconfig.py:211, in _makeGUIFigure(self)
AttributeError: 'FigureCanvasQTAgg' object has no attribute 'set_window_title'
A white window appears with nothing inside.
Can you please help?