Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93560
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Trying to import numpy |
| Date | 2015-07-07 12:32 -0400 |
| References | <c55edf1c-56b7-44be-bc4d-5f74ffb3176b@googlegroups.com> <qrjnpa1ackt6bi46bi5fhcoo73kplu9jdf@4ax.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.346.1436286780.3674.python-list@python.org> (permalink) |
On 7/7/2015 9:23 AM, Dennis Lee Bieber wrote: > On Mon, 6 Jul 2015 20:17:34 -0700 (PDT), ryguy7272 <ryanshuell@gmail.com> > declaimed the following: > >> I'm trying to use numpy. I get this error: >>>>> import numpy as np >> >> Traceback (most recent call last): >> File "<pyshell#1>", line 1, in <module> > > I have no experience with whatever provides "pyshell". I'd suggest > running from a Windows command line to reduce dependencies. The command line interactive interpreter gives <stdin> as the pseudofile name for exceptions. When code is run from Idle's Shell, <pyshell#n>, where n is the line number, is used instead. This is irrelevant to the numpy import failure. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Trying to import numpy ryguy7272 <ryanshuell@gmail.com> - 2015-07-06 20:17 -0700 Re: Trying to import numpy Michael Torrie <torriem@gmail.com> - 2015-07-06 22:38 -0600 Re: Trying to import numpy Chris Angelico <rosuav@gmail.com> - 2015-07-07 15:04 +1000 Re: Trying to import numpy Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-07 08:00 +0100 Re: Trying to import numpy Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-07 09:23 -0400 Re: Trying to import numpy Terry Reedy <tjreedy@udel.edu> - 2015-07-07 12:32 -0400 Re: Trying to import numpy Laurent Pointal <laurent.pointal@free.fr> - 2015-07-07 19:53 +0200
csiph-web