Elementric(?) import problem?

Peter Hansen peter at engcorp.com
Mon Dec 8 13:57:45 EST 2003


Rasmus wrote:
> 
> Still learning python, I have searched for guides, and found this one:
> http://www.cs.lth.se/Education/LU/kurser/dat108/PythonProgramming.pdf
> 
> When trying some of the examples like
> >>> from Numeric import *

You need to download the package, as it's not part of the standard 
distribution: http://www.pfdubois.com/numpy/

See the last page of your PythonProgramming.pdf document for links 
including the above...

-Peter




More information about the Python-list mailing list