[Numpy-discussion] Use of numarray from numpy package

Joris De Ridder joris at ster.kuleuven.be
Wed Aug 30 09:42:54 EDT 2006


Hi David,

Numeric, numarray and numpy are three different packages that can
live independently, but that can also coexist if you like so. If you're new
to this packages, you should stick to numpy, as the other ones are
getting phased out.

It's difficult to see what's going wrong without having seen how you
installed it.

I see that you tried
>>> from numarray import *

Perhaps a stupid question, but you did import numpy with 
>>> from numpy import *
didn't you?

Cheers,
Joris


Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm





More information about the NumPy-Discussion mailing list