run code error with numpy and scipy

meInvent bbird jobmattcon at gmail.com
Fri Jun 10 11:03:50 EDT 2016


On Thursday, June 9, 2016 at 9:52:43 PM UTC+8, MRAB wrote:
> 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.

thank you i will try it.



More information about the Python-list mailing list