Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87205
| Date | 2015-03-09 10:15 -0400 |
|---|---|
| From | Dave Angel <davea@davea.name> |
| Subject | Re: Idle - ImportError: No module named numpy |
| References | <54FB4E6F.2050504@c2o.pro.br> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.213.1425910542.21433.python-list@python.org> (permalink) |
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. -- DaveA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Idle - ImportError: No module named numpy Dave Angel <davea@davea.name> - 2015-03-09 10:15 -0400
csiph-web