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 Aaron.Staley
Recipients Aaron.Staley, eric.araujo, tarek
Date 2012-05-22.01:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337650583.73.0.740719723595.issue14877@psf.upfronthosting.co.za>
In-reply-to
Content
On a *nix system, bdist_wininst.get_exe_bytes will always return an open  wininst-6.0.exe.

However, Windows python2.7 is compiled against msvc 9.0 and ideally would take an installer based on wininst-9.0.exe.  Windows-64bit needs an installer based on wininst-9.0-amd64.exe.

The ideal solution would be for bdist_wininst to take an option what "template exe" to be used. While I've monkey-patched things on my own, I'm not providing a patch as I'm not sure how the community wants to handle this (it could be anywhere from the exe name to tables being driven by target_version and some some 64bit option)
History
Date User Action Args
2012-05-22 01:36:23Aaron.Staleysetrecipients: + Aaron.Staley, tarek, eric.araujo
2012-05-22 01:36:23Aaron.Staleysetmessageid: <1337650583.73.0.740719723595.issue14877@psf.upfronthosting.co.za>
2012-05-22 01:36:23Aaron.Staleylinkissue14877 messages
2012-05-22 01:36:22Aaron.Staleycreate