[Tutor] numpy import failure

Steven D'Aprano steve at pearwood.info
Sun Feb 27 10:24:58 CET 2011


Ezra Kahn wrote:
> I am a total newb, learning to ween myself off of Matlab.  I am working 
> off of EPD6.1, and I cannot get numpy to import.  Python keeps sending 
> me back this:
> 
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in <module>
>     import numpy
> ImportError: No module named numpy

What's EPD6.1? Googling finds "Enthought Python Distribution", is that 
what you're using?

If so, this is not a Python problem but specifically an issue with 
Enthought's build. I suggest you ask on their help forums.


-- 
Steven




More information about the Tutor mailing list