classification
Title: ctypes and Win64
Type: Stage:
Components: None Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, theller (2)
Priority: high Keywords patch

Created on 2006-08-23 19:59 by theller, last changed 2006-08-25 00:12 by loewis.

Files
File name Uploaded Description Edit Remove
msi.py.diff theller, 2006-08-23 19:59 Patch against release25-maint branch
Messages (2)
msg50982 - (view) Author: Thomas Heller (theller) Date: 2006-08-23 19:59
The _ctypes extension is not built on Win64, because it
is not yet ported to the AMD64 architecture.

Since I'm working on win64 support in the ctypes SVN
repo, chances are that this can be distributed and
installed as standalone package for Python 2.5.

To avoid problems with the installation, I recommend
that the ctypes package in Lib/ctypes should *NOT* be
included in the Python 2.5 AMD64 msi installer.

The attached patch for Tools/msi/msi.py should
implement this, although I cannot completely test it (I
have not built the AMD64 version of sqlite3, no CHM
file, and so on).

Assigning to MvL because he builds the msi packages.
msg50983 - (view) Author: Martin v. Löwis (loewis) Date: 2006-08-25 00:12
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r51580 and r51581.
History
Date User Action Args
2006-08-23 19:59:31thellercreate