I have just installed the windows version of Python version 2.2.1.C. It seems to
run fine except when my scripts refer to external modules. When I run them, I get the
following error:
Traceback (most recent call last):
File "C:\Python22\Programs\Demos\bounce.py", line 1, in ?
from visual import *
File "C:\PYTHON22\visual\__init__.py", line 11, in ?
from Numeric import *
ImportError: No module named Numeric
How do I let python know where to find these modules? They do exist, but python
doesn't know where to look.
Kjell Tengesdal
University of Arkansas
Department of Physics (PHYS 232)
Fayetteville, AR 72701
(479) 575-7364
"When the effective leader is finished with his work, the people say it
happened naturally." -- Lao-Tzu (6th century B.C.), Legendary Chinese
philosopher
|