[NumPy-Tickets] [NumPy] #1112: More crashes on Windows 64
NumPy Trac
numpy-tickets@scipy....
Thu Jun 3 21:01:16 CDT 2010
#1112: More crashes on Windows 64
-------------------------+--------------------------------------------------
Reporter: langstephen | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by cgohlke):
* cc: cgohlke@… (added)
Comment:
This ticket can probably be closed. Numpy 1.4.1 builds and tests fine
under Python 2.5 for Windows 64-bit.
For the record: The official Python 2.5 64 bit was built with the Platform
SDK 2003 (which links to msvcrt), not Visual Studio 2005 (which links to
msvcrt8). The "Windows Server 2003 R2 Platform SDK" is needed to build
compatible extensions. To build numpy run "C:\WinSDK2003\SetEnv.Cmd /X64
/RETAIL", "set DISTUTILS_USE_SDK=1", and "C:\Python25\python.exe setup.py
build" from within the numpy 1.4.1 source directory.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1112#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list