module name not recognized
Robert Kern
rkern at ucsd.edu
Sun Oct 10 13:48:09 EDT 2004
More information about the Python-list mailing list
Sun Oct 10 13:48:09 EDT 2004
- Previous message (by thread): module name not recognized
- Next message (by thread): module name not recognized
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Darren Dale wrote: > # trying /home/darren/temp/simCTR/fresnel.so > # trying /home/darren/temp/simCTR/fresnelmodule.so > # trying /home/darren/temp/simCTR/fresnel.py > # trying /home/darren/temp/simCTR/fresnel.pyc > Traceback (most recent call last): > File "temp.py", line 7, in ? > from simCTR.fresnel import * > ImportError: No module named fresnel Don't execute python from /home/darren/temp . -- Robert Kern rkern at ucsd.edu "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter
- Previous message (by thread): module name not recognized
- Next message (by thread): module name not recognized
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list