LionHeart123 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

PyScripter 2.4.6 x64 - ImportError: DLL load failed #617

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Error occurs when you Run (Ctrl+F9) the script. Scripts without NumPy 
workcorrectly
2. Any script with import numpy produces the error

What is the expected output? What do you see instead?
a) Script is expected to execute and results must be seen in the Python 
interpreter

What version of the product are you using? On what operating system?
a) PyScripter 2.4.6-x64 on Windows 7 64bit
b) Enthought Python Distribution 7.1-2 (64-bit)

Please provide any additional information below.
a) I was able to Run the same script until recently. This error is cropping up 
only recently. I haven't made any changes to Python installation
b) Other IDEs (Wing IDE 101 ver 4.1.3-1 executes the same script without any 
problem

Original issue reported on code.google.com by satish.a...@gmail.com on 4 Mar 2012 at 2:47

GoogleCodeExporter commented 9 years ago
Forgot to attach the error message image

Original comment by satish.a...@gmail.com on 4 Mar 2012 at 2:48

Attachments:

GoogleCodeExporter commented 9 years ago
Here it works fine in both python 2.7 and python 3.2 64-bit with
- official python distributions
- unofficial Numpy 64-bit builds from 
http://www.lfd.uci.edu/~gohlke/pythonlibs/.  Note that the official Numpy page 
refers to this Web site for 64-bit builds.

I am not sure why you experience this issue with the Enthought distribution.  
Maybe it has to do with the way Numpy was built.  

In http://www.lfd.uci.edu/~gohlke/pythonlibs/ it states:

"The binaries are built with Microsoft Visual Studio (2008 Professional or .NET 
2003), Intel Compiler Suite 11, Windows SDK for Windows Server 2008, Windows 
Server 2003 R2 Platform SDK, MinGW, MinGW-w64, and the current official Python 
versions (with patch for issue 7833)."

So maybe it has to do with issue 7833 (http://bugs.python.org/issue7833).  You 
may try install numpy from http://www.lfd.uci.edu/~gohlke/pythonlibs/ in the 
Enthought distribution to see if that works.

In any case I do not provide support for python distributions other than the 
official ones although PyScripter should generally work with them.

Original comment by pyscripter on 4 Mar 2012 at 5:29