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 Timothy Widrick
Recipients Timothy Widrick, dstufft, eric.araujo
Date 2016-11-13.02:39:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479004752.08.0.80929351166.issue28680@psf.upfronthosting.co.za>
In-reply-to
Content
Short version: wininst-14.0-amd64.exe has "-32" in it. It shouldn't, should it?

Longer version:

Running "python setup.py bdist_wininst" gives me a file named like:

    project-version.win-amd64-py3.5.exe

When I run that, I get:

    Python version 3.5-32 required, which was not found in the registry.

My "fix" was to edit the wininst-14.0-amd64.exe and replace the "-32" with 3 null bytes.
History
Date User Action Args
2016-11-13 02:39:12Timothy Widricksetrecipients: + Timothy Widrick, eric.araujo, dstufft
2016-11-13 02:39:12Timothy Widricksetmessageid: <1479004752.08.0.80929351166.issue28680@psf.upfronthosting.co.za>
2016-11-13 02:39:12Timothy Widricklinkissue28680 messages
2016-11-13 02:39:11Timothy Widrickcreate