This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Victor.Lazzarini
Recipients Victor.Lazzarini, loewis
Date 2014-03-14.18:30:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394821850.49.0.581677721539.issue20785@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know how to patch the installer, but here are the commands for someone who does. You need gendef and dlltool, which should come with the standard mingw64 installation.
From python27.dll:

$ gendef python27.dll
$ dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libpython27.a --input-def python27.def
History
Date User Action Args
2014-03-14 18:30:50Victor.Lazzarinisetrecipients: + Victor.Lazzarini, loewis
2014-03-14 18:30:50Victor.Lazzarinisetmessageid: <1394821850.49.0.581677721539.issue20785@psf.upfronthosting.co.za>
2014-03-14 18:30:50Victor.Lazzarinilinkissue20785 messages
2014-03-14 18:30:50Victor.Lazzarinicreate