Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87206
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mail@timgolden.me.uk> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'configure': 0.05; 'interpreter': 0.05; 'importerror:': 0.07; 'moderator': 0.09; 'subject:module': 0.09; 'python': 0.11; 'assume': 0.14; 'appears.': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'module?': 0.16; 'numpy': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 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; 'received:192.168.100': 0.24; 'header': 0.24; 'question': 0.24; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'asked': 0.31; '"",': 0.31; 'file': 0.32; "we're": 0.32; 'run': 0.32; 'open': 0.33; '(most': 0.33; 'ago': 0.33; 'beginning': 0.33; 'but': 0.35; 'dates': 0.36; '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; 'dave': 0.60; 'more': 0.64; 'study': 0.69; 'from:addr:mail': 0.83; 'replies.': 0.84; 'angel': 0.91 |
| Date | Mon, 09 Mar 2015 14:21:48 +0000 |
| From | Tim Golden <mail@timgolden.me.uk> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Idle - ImportError: No module named numpy |
| References | <54FB4E6F.2050504@c2o.pro.br> <54FDAAFB.8030906@davea.name> |
| In-Reply-To | <54FDAAFB.8030906@davea.name> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| 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.214.1425910980.21433.python-list@python.org> (permalink) |
| Lines | 34 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1425910980 news.xs4all.nl 2920 [2001:888:2000:d::a6]:49493 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:87206 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Idle - ImportError: No module named numpy Tim Golden <mail@timgolden.me.uk> - 2015-03-09 14:21 +0000
csiph-web