Re: [Tutor] numpy import failure

2011-02-28 Thread Ezra Kahn
On 2/27/2011 9:36 PM, tutor-requ...@python.org wrote: Date: Sun, 27 Feb 2011 18:58:46 -0800 From: Andre' Walker-Loud To: Ezra Kahn Cc:tutor@python.org Subject: Re: [Tutor] numpy import failure Message-ID:<75198436-f849-4994-8d48-1726c2ee7...@gmail.com> Content-Type: text/plain; chars

Re: [Tutor] Tutor Digest, Vol 84, Issue 110

2011-02-27 Thread Ezra Kahn
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 "", line 1, in >

[Tutor] numpy import failure

2011-02-27 Thread Ezra Kahn
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 "", line 1, in import numpy ImportError: No module named numpy How do I trouble shoot this