From: Joris De R. <jo...@st...> - 2006-08-30 13:43:13
|
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 |