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 Claude
Recipients Claude, WadeH, cbj4074, fov, ivan.radic, lac, maubp, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-03-03.00:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456963611.55.0.891651542729.issue25144@psf.upfronthosting.co.za>
In-reply-to
Content
To solve the problem with the variable TARGETDIR not being initialized, I called the installation program from the command shell and added the target dir option.

c:\Users\xxxx\Downloads>python-3.5.1-amd64.exe TargetDir=c:\Python35

I also us the custom installation option (using the Install Now might not work). You should see that the target dir is properly setup to what you have specified.

Now it installed without a problem.
History
Date User Action Args
2016-03-03 00:06:51Claudesetrecipients: + Claude, paul.moore, tim.golden, maubp, zach.ware, steve.dower, ivan.radic, fov, lac, WadeH, cbj4074
2016-03-03 00:06:51Claudesetmessageid: <1456963611.55.0.891651542729.issue25144@psf.upfronthosting.co.za>
2016-03-03 00:06:51Claudelinkissue25144 messages
2016-03-03 00:06:51Claudecreate