[Tutor] arrays

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Sat Feb 5 00:03:05 CET 2005



On Fri, 4 Feb 2005, alieks lao wrote:

> in this tutorial it's telling me to
>
> "from Numeric import *"
>
> to load array functions
> but it doesn't work is there a replacement for
> "Numeric" or are arrays built in functions?


Hi Alieks,

Just out of curiosity, which tutorial are you reading?


The 'Numeric' library isn't built-in: it is a third party library that's
available here:

    http://www.pfdubois.com/numpy/

You'll need to install Numpy first; this should make the Numeric library
available, and hopefully the error message should go away.  *grin*

Best of wishes to you!



More information about the Tutor mailing list