Forums » Software Installation »
dev-version Leginon installation error
Added by Dong-Hua Chen over 12 years ago
Anchi,
Could you please indicate in which step I can find the python path?
I remember in the following step:
python syscheck.py
The message said the python executable is /usr/bin/python. The python version I am using is 2.4.3. The message said Python OK.
I think the problem is on "No mudule named gui.wx.ImageViewer". I checked the file "RasterFCFinder.py" does not exist in Myami 2.1 version.
Please let me know any possible solution. Thanks a lot!
Donghua
This is general installation problem. your python path is not set correctly.
Sign in once you are at Leginon home page. One of the tab is Forum.
Anchi
------------
Anchi,
Sorry, I have not figured out how to report errors of Leginon installation in your forum.
I am trying to install development version for the DirectElectron DDD and got this error:
- start-leginon.py
Traceback (most recent call last):
File "/usr/bin/start-leginon.py", line 9, in ?
from leginon import start
File "/usr/lib/python2.4/site-packages/leginon/start.py", line 13, in ?
import leginon.gui.wx.Manager
File "/usr/lib/python2.4/site-packages/leginon/gui/wx/Manager.py", line 20, in ?
from leginon import manager
File "/usr/lib/python2.4/site-packages/leginon/manager.py", line 19, in ?
import launcher
File "/usr/lib/python2.4/site-packages/leginon/launcher.py", line 14, in ?
import noderegistry
File "/usr/lib/python2.4/site-packages/leginon/noderegistry.py", line 33, in ?
import leginon.allnodes
File "/usr/lib/python2.4/site-packages/leginon/allnodes.py", line 44, in ?
from rasterfcfinder import RasterFCFinder
File "/usr/lib/python2.4/site-packages/leginon/rasterfcfinder.py", line 27, in ?
import gui.wx.RasterFCFinder
File "/usr/lib/python2.4/site-packages/leginon/gui/wx/RasterFCFinder.py", line 5, in ?
import gui.wx.ImageViewer
ImportError: No module named gui.wx.ImageViewer
You may quickly recognize the problem above. I know you don't support this version, but any reply would be greatly appreciated.
Best regards,
Donghua
Replies (1)
RE: dev-version Leginon installation error - Added by Dong-Hua Chen over 12 years ago
Found the problem. In /usr/lib/python2.4/site-packages/leginon/gui/wx/RasterFCFinder.py all the instances of gui.wx.* should be leginon.gui.wx.*.