module name not recognized

Robert Kern rkern at ucsd.edu
Sun Oct 10 13:48:09 EDT 2004


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



More information about the Python-list mailing list