Project

General

Profile

GatanK2 module

Added by Harry Kao almost 12 years ago

WHen we started launcher.py on the Gatan-K2 computer, it gives the following error messages:

c:\Program Files\myami\leginon>launcher.py
Traceback (most recent call last):
File "C:\Program Files\myami\leginon\launcher.py", line 14, in <module>
import noderegistry
File "C:\Program Files\myami\leginon\noderegistry.py", line 33, in <module>
import leginon.allnodes
File "C:\Program Files\myami\leginon\allnodes.py", line 160, in <module>
from driftmanager import DriftManager
File "C:\Program Files\myami\leginon\driftmanager.py", line 20, in <module>
import EM
File "C:\Program Files\myami\leginon\EM.py", line 15, in <module>
from pyscope import tem, ccdcamera, registry
File "C:\Program Files\myami\pyscope\registry.py", line 16, in <module>
for c in config.getTEMClasses():
File "C:\Program Files\myami\pyscope\config.py", line 93, in getTEMClasses
parse()
File "C:\Program Files\myami\pyscope\config.py", line 55, in parse
args = imp.find_module(modname, modpath)
ImportError: No module named gatank2


Where can we locate this particular module? Thank you.


Replies (1)

RE: GatanK2 module - Added by Jim Pulokas almost 12 years ago

It seems like C:\Program Files\myami is not up to date. In this case, you should only have to do a svn update of that myami to get the most recent version. If that is not working, then maybe that myami sandbox is stuck to a certain release branch instead of trunk. Currently, we only have gatank2.py in the trunk.
Jim

    (1-1/1)