Re: Need explanation of this error

2016-03-19 Thread Bryan Bateman
Having the same error with python 3.5 windows 64 bit and scipy for same on Windows 10. I did dependency walker and it came up with a large number of DLL's. Do you want the source of the scipy binary and the DLL list? https://mail.python.org/pipermail/python-list/2013-July/651190.html -- h

Re: Need explanation of this error

2016-03-18 Thread Steven D'Aprano
On Sat, 19 Mar 2016 04:25 am, Bryan Bateman wrote: > Having the same error with python 3.5 windows 64 bit and scipy for same on > Windows 10. I did dependency walker and it came up with a large number of > DLL's. Do you want the source of the scipy binary and the DLL list? Before we start worry

Re: Need explanation of this error

2013-07-01 Thread prerit86
Thanks! Solved. I found the package that would resolve this dependency. It was numpy-MKL. Downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pandas -- http://mail.python.org/mailman/listinfo/python-list

Re: Need explanation of this error

2013-07-01 Thread Denis McMahon
On Mon, 01 Jul 2013 02:13:50 -0700, prerit86 wrote: > I'm new to Python and trying to run a already written code. Can someone > please explain the error below? And if possible, how do I resolve this? > ImportError: DLL load failed: The specified module could not be found. You're missing the dll

Re: Need explanation of this error

2013-07-01 Thread Robert Kern
On 2013-07-01 10:13, preri...@gmail.com wrote: Hi, I'm new to Python and trying to run a already written code. Can someone please explain the error below? And if possible, how do I resolve this? Traceback (most recent call last): File "c:\Project_1\regression_1.py", line 7, in from sk