can not find module Numeric

Fernando Pérez fperez528 at yahoo.com
Fri Nov 22 22:18:43 EST 2002


Jianping Zhu wrote:

> 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

Numarray is a new-generation Numeric, and you'll need to import it by its own 
name. But I'd suggest you stick to downloading Numeric 22 for now. Unless you 
are into Numarray development, it's not considered production ready quite 
yet.

cheers,

f



More information about the Python-list mailing list