Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87206 > unrolled thread

Re: Idle - ImportError: No module named numpy

Started byTim Golden <mail@timgolden.me.uk>
First post2015-03-09 14:21 +0000
Last post2015-03-09 14:21 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Idle - ImportError: No module named numpy Tim Golden <mail@timgolden.me.uk> - 2015-03-09 14:21 +0000

#87206 — Re: Idle - ImportError: No module named numpy

FromTim Golden <mail@timgolden.me.uk>
Date2015-03-09 14:21 +0000
SubjectRe: Idle - ImportError: No module named numpy
Message-ID<mailman.214.1425910980.21433.python-list@python.org>
On 09/03/2015 14:15, Dave Angel wrote:
> On 03/07/2015 02:15 PM, Markos wrote:
>> Hi,
>>
>> I'm beginning to study the numpy.
>>
>> When I open a terminal (Debian Squeeze) and run the python interpreter
>> the command "import numpy as np" run without errors.
>>
>> But when I run the same command on idle3 the following error appears.
>>
>>>>>  import numpy as np
>> Traceback (most recent call last):
>>    File "<pyshell#0>", line 1, in<module>
>>      import numpy as np
>> ImportError: No module named numpy
>>
>> How configure idle to load the numpy module?
>>
>> Thanks,
>> Markos
>>
> 
> You asked the exact same question 3 days ago on python-tutor, with four
> replies.  Please read them, and if they're not clear, then follow up
> with more specifics.
> 

To defend the OP, I only released this from the moderator queue on
python-list this morning. You can see from his header above that it was
sent on the 7th (I assume that those are American-style dates we're
seeing; otherwise he will have sent it in July)

TJG

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web