[NumPy-Tickets] [NumPy] #1537: "import numpy" fails using python 2.6 on Windows
NumPy Trac
numpy-tickets@scipy....
Fri Jul 23 01:40:53 CDT 2010
#1537: "import numpy" fails using python 2.6 on Windows
-------------------------------+--------------------------------------------
Reporter: hamstervision | Owner: rgommers
Type: defect | Status: new
Priority: normal | Milestone: 1.5.0
Component: Official binaries | Version:
Keywords: 64-bit, Win7 |
-------------------------------+--------------------------------------------
Changes (by cgohlke):
* cc: cgohlke@… (added)
Comment:
You need the 32 bit version of Python 2.6 in order to use the
numpy-1.4.1-win32-superpack-python2.6.exe installer. Your Python is a 64
bit version, which can not load any extensions built specifically for 32
bit Python. Usually it is not possible to install win32 extensions on
amd64 Python, unless one manually copies files or patches the Windows
registry.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1537#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list