> No, they are not the same. Numeric is older; NumArray is another older
> package. You should use Numpy if you can.
> http://numpy.scipy.org/#older_array
>
<snip>
>
> Now you should be able to import numpy.
>
> Kent
>

Thanks, Kent.  I ended up using:
>>> from numpy import *

I wasn't sure what the difference was between this and
>>> import numpy

Thanks!

Samir
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to