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, pravic, steve.dower, tim.golden, zach.ware
Date 2016-11-17.16:47:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479401223.52.0.23449989037.issue28726@psf.upfronthosting.co.za>
In-reply-to
Content
Were Python 3.5 and 3.4 installed into the same location? That would explain some of the problems. It looks like it's finding it from the 3.4 key and then skipping the 3.5 key because the path is the same - hence "py -3.5" doesn't find it.

Also, we apparently are lacking some Unicode support in the launcher :)

If you delete all of the PythonCore keys and run repair installs for the versions of Python you want, that will restore the ones you need. Our installer deliberately does not remove anything in site-packages (except for pip, and only if it were installed by our installer).
History
Date User Action Args
2016-11-17 16:47:03steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, pravic
2016-11-17 16:47:03steve.dowersetmessageid: <1479401223.52.0.23449989037.issue28726@psf.upfronthosting.co.za>
2016-11-17 16:47:03steve.dowerlinkissue28726 messages
2016-11-17 16:47:03steve.dowercreate