Patches item #1545507, was opened at 2006-08-23 21:59 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1545507&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Python 2.5 >Status: Closed >Resolution: Accepted Priority: 7 Submitted By: Thomas Heller (theller) Assigned to: Martin v. Löwis (loewis) Summary: ctypes and Win64 Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-08-25 02:12 Message: Logged In: YES user_id=21627 Thanks for the patch. Committed as r51580 and r51581. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1545507&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches