Dear all,
I have a new pc with Ubuntu 24.04. I installed pdfgui2 (no issue with the installation).
When I start it, this is what I get. I tried looking for similar issues, but got no result.
what am I missing?
Best,
Monica
Gtk-Message: 08:20:51.192: Failed to load module "atk-bridge"
Gtk-Message: 08:20:51.193: Failed to load module "canberra-gtk-module"
08:20:51: Debug: Adding duplicate image handler for 'Windows bitmap file'
08:20:51: Debug: Adding duplicate animation handler for '1' type
08:20:51: Debug: Adding duplicate animation handler for '2' type
Traceback (most recent call last):
File "/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdfgui/gui/main.py", line 23, in OnInit
from diffpy.pdfgui.gui.mainframe import MainFrame
File "/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdfgui/gui/mainframe.py", line 37, in <module>
from diffpy.pdfgui.gui.phasenotebookpanel import PhaseNotebookPanel
File "/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdfgui/gui/phasenotebookpanel.py", line 28, in <module>
from diffpy.pdfgui.gui.phaseconfigurepanel import PhaseConfigurePanel
File "/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdfgui/gui/phaseconfigurepanel.py", line 22, in <module>
from diffpy.pdffit2 import is_element
File "/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdffit2/__init__.py", line 25, in <module>
from diffpy.pdffit2.pdffit import PdfFit
File "/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdffit2/pdffit.py", line 29, in <module>
from diffpy.pdffit2 import pdffit2
ImportError: cannot import name 'pdffit2' from partially initialized module 'diffpy.pdffit2' (most likely due to a circular import) (/home/mdapiaggi/anaconda3/envs/pdfgui2/lib/python3.9/site-packages/diffpy/pdffit2/__init__.py)
OnInit returned false, exiting...