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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to