Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109747
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: run code error with numpy and scipy |
| Date | 2016-06-09 14:52 +0100 |
| Message-ID | <mailman.114.1465480350.2306.python-list@python.org> (permalink) |
| References | <62df152e-8fc6-47c5-aa44-f2da4094c140@googlegroups.com> <dbe34272-8924-e451-700d-3683cfbeffc2@mrabarnett.plus.com> |
On 2016-06-09 07:02, meInvent bbird wrote: > when i run code in window has an error not a valid win32 dll > > then i install scipy first in this site, then install numpy-mkl > all python 2.7 and win32 > > http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > then i run code below, got error , and captured screen in this link > > https://drive.google.com/file/d/0Bxs_ao6uuBDUQXROd2VqSURGa00/view?usp=sharing > [snip] You're entering it at the interactive Python prompt. When it sees the blank line, it thinks you've finished entering the function, so it complains when the next line is indented. (Things are slightly different when working interactively than when running from a file.) You should put the code into a file and then run that.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
run code error with numpy and scipy meInvent bbird <jobmattcon@gmail.com> - 2016-06-08 23:02 -0700
Re: run code error with numpy and scipy Ben Finney <ben+python@benfinney.id.au> - 2016-06-09 16:27 +1000
Re: run code error with numpy and scipy MRAB <python@mrabarnett.plus.com> - 2016-06-09 14:52 +0100
Re: run code error with numpy and scipy meInvent bbird <jobmattcon@gmail.com> - 2016-06-10 08:03 -0700
csiph-web