numeric

Ian McMeans imcmeans at telus.net
Sat Jul 13 17:17:02 EDT 2002


I was wondering - what's the status of the Numeric module?

I want to experiment with FFT, but I can't get Numeric working. I'm running
python 2.2

After running the installer, I get this:
>>> from Numeric import *
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
ImportError: No module named Numeric

I noticed that the /site-packages/Numeric/ directory doesn't have an
__init__ file.

I tried installing numarray, but it doesn't have an __init__ file either,
and also can't be imported.





More information about the Python-list mailing list