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 thijsvandien
Recipients paul.moore, steve.dower, thijsvandien, tim.golden, zach.ware
Date 2015-09-15.12:28:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442320100.9.0.744175303386.issue25126@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5.0 offers a web installer. This implies that the other installer works offline. This is the case for the default component selection. When debug symbols/binaries are selected, the setup fails with error code 0x80070642 saying the user aborted the installation. This is a severe usability issue. Either everything should be included, or, if that makes the installer too big, "Install debugging symbols" should be "Download and install debugging symbols" - likewise "Install debug binaries" should be "Download and install debug binaries." When downloading fails, the failure message should mention that, rather than blaming the user for something they haven't done.

Tested under Windows 7 SP1 X86 with the X86 non-web installer of Python 3.5.0.
History
Date User Action Args
2015-09-15 12:28:20thijsvandiensetrecipients: + thijsvandien, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-15 12:28:20thijsvandiensetmessageid: <1442320100.9.0.744175303386.issue25126@psf.upfronthosting.co.za>
2015-09-15 12:28:20thijsvandienlinkissue25126 messages
2015-09-15 12:28:20thijsvandiencreate