"Ezra Kahn" wrote
appreciate the help, I am so new at this, I don't know if things
aren't working because it is me, or because something else is wrong
(I feel like a person who has known how to drive for years, but
never bothered to look under the hood of the car).
Thats a good analogy and
ython.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-T
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
Hi Ezra,
Are you using Mac OSX or LINUX or ...
If you have a preexisting python installation, it may be that when you launch
python, it loads the older version, and not the new EPD version. When you
launch python, what do you see? For example, on my Mac OSX, launched from
Terminal, I get
%
On Sat, Feb 26, 2011 at 22:45, 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
>import numpy
> Imp
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
import numpy
ImportError: No module named numpy
What's E
"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:
ImportError: No module named numpy
Lets start at the beginning.
What OS are you using?
What Python version?
What n
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