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! _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor