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 Jarod Brennfleck
Recipients Jarod Brennfleck
Date 2016-06-27.15:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467043030.62.0.960428099704.issue27401@psf.upfronthosting.co.za>
In-reply-to
Content
So far, the only installers tested is the Python 5.3.2 x86 and x86_64 installers.

When selecting customise install, the installer is unable to gather the files required, because the installer is looking for them in:
https://www.python.org/ftp/python/3.5.2/amd64/

Following the link will result in a 404, as the folder does not exist. This reason has been found thanks to the log file of the installation that is given upon error during the installation. (Cheers for that! :D)

The correct link is:
https://www.python.org/ftp/python/3.5.2/amd64rc1/
History
Date User Action Args
2016-06-27 15:57:10Jarod Brennflecksetrecipients: + Jarod Brennfleck
2016-06-27 15:57:10Jarod Brennflecksetmessageid: <1467043030.62.0.960428099704.issue27401@psf.upfronthosting.co.za>
2016-06-27 15:57:10Jarod Brennflecklinkissue27401 messages
2016-06-27 15:57:10Jarod Brennfleckcreate