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


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to