Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87205
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <davea@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'configure': 0.05; 'interpreter': 0.05; 'importerror:': 0.07; 'subject:module': 0.09; 'python': 0.11; 'appears.': 0.16; 'module?': 0.16; 'numpy': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'module': 0.19; 'command': 0.22; 'import': 0.22; 'load': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'errors.': 0.24; 'question': 0.24; 'header:In- Reply-To:1': 0.27; "i'm": 0.30; 'asked': 0.31; '"",': 0.31; '>>>>': 0.31; 'file': 0.32; 'run': 0.32; 'open': 0.33; '(most': 0.33; 'ago': 0.33; 'beginning': 0.33; 'but': 0.35; 'idle': 0.36; 'hi,': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'days': 0.60; 'read': 0.60; 'more': 0.64; 'charset:windows-1252': 0.65; 'received:74.208': 0.68; 'study': 0.69; 'received:74.208.4.194': 0.84; 'replies.': 0.84 |
| Date | Mon, 09 Mar 2015 10:15:23 -0400 |
| From | Dave Angel <davea@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Idle - ImportError: No module named numpy |
| References | <54FB4E6F.2050504@c2o.pro.br> |
| In-Reply-To | <54FB4E6F.2050504@c2o.pro.br> |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V03:K0:DvJoG1lTeB1BQCS6BUk0TAjdqRemh7yXMNEeAchWLoWGD5qZ02R 0dOWofd/wWH1hCCXF5ADKzcacch3DOlQ9uKLAuquoEkAMLHzAmHXdL7+PSY8kj8SkanVUbo fbjrsPJT2Fbj5exE4u71wiVTXqyHkWomARE36Gf6s5f6trxYpYeIraoMPmLcDzwSHX8wWag fT1dzvYFJIIGTbJpyFL0Q== |
| X-UI-Out-Filterresults | notjunk:1; |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.19 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.213.1425910542.21433.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1425910542 news.xs4all.nl 2935 [2001:888:2000:d::a6]:43051 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:87205 |
Show key headers only | View raw
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