can not find module Numeric

Jianping Zhu zjp at arches.uga.edu
Fri Nov 22 21:43:07 EST 2002


I am new to python. I have installed python2.2 numarray-0.3.6.win32-py2.2
in my windows2000
machine but when i do import Numeric I got following error msg.

>>> import Numeric
Traceback (most recent call last):
  File "<pyshell#2>", line 1, in ?
    import Numeric
ImportError: No module named Numeric
>>> import Numerical
Traceback (most recent call last):
  File "<pyshell#3>", line 1, in ?
    import Numerical
ImportError: No module named Numerical 
My system path is.

>>> import sys
>>> sys.path
['C:\\Python22\\Tools\\idle', 'C:\\jz\\btv\\blackducktest\\OptimalPython',
'C:\\Python22', 'C:\\Python22\\DLLs', 'C:\\Python22\\lib',
'C:\\Python22\\lib\\lib-tk', 'C:\\Python22\\lib\\site-packages',
'C:\\Python22\\lib\\site-packages\\numarray']
Can anybody tell me how to fix this problem?

Thanks

--------------------------------
Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900
--------------------------------





More information about the Python-list mailing list