[NumPy-Tickets] [NumPy] #1537: "import numpy" fails using python 2.6 on Windows
NumPy Trac
numpy-tickets@scipy....
Wed Jul 7 03:32:42 CDT 2010
#1537: "import numpy" fails using python 2.6 on Windows
---------------------------+------------------------------------------------
Reporter: hamstervision | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version:
Keywords: |
---------------------------+------------------------------------------------
I installed NumPy 1.4.1 using the following installer:
numpy-1.4.1-win32-superpack-python2.6.exe
I added the following line to a functional script:
"import numpy"
and I get the following Traceback:
import numpy
File "C:\Python26\lib\site-packages\numpy\__init__.py", line 132, in
<module>
import add_newdocs
File "C:\Python26\lib\site-packages\numpy\add_newdocs.py", line 9, in
<module>
from lib import add_newdoc
File "C:\Python26\lib\site-packages\numpy\lib\__init__.py", line 4, in
<module>
from type_check import *
File "C:\Python26\lib\site-packages\numpy\lib\type_check.py", line 8, in
<module>
import numpy.core.numeric as _nx
File "C:\Python26\lib\site-packages\numpy\core\__init__.py", line 5, in
<module>
import multiarray
ImportError: DLL load failed: %1 is not a valid Win32 application.
I'm running Windows 7 Professional 64-bit.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1537>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list