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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-22.19:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487791228.05.0.472749683063.issue29624@psf.upfronthosting.co.za>
In-reply-to
Content
For some reason, the install bootstrapper for 3.5.3 x86 embedded the wrong hash value for launcher.msi. As a result, it will fail to download the file and install will be aborted.

The workaround is to deselect the launcher from being installed, and use the 64-bit installer to install the launcher. Or alternatively, install Python 3.6 to get the later version of the installer, which will then automatically skip it for the 3.5 installer.

Python 3.6 is unaffected, so this may just have been a build glitch, but it needs investigation and testing so it doesn't happen again. (Adding a /layout test after uploading is an easy way to test this.)
History
Date User Action Args
2017-02-22 19:20:28steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2017-02-22 19:20:28steve.dowersetmessageid: <1487791228.05.0.472749683063.issue29624@psf.upfronthosting.co.za>
2017-02-22 19:20:27steve.dowerlinkissue29624 messages
2017-02-22 19:20:27steve.dowercreate