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
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
>
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