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 Chris Wood
Recipients Chris Wood, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-23.16:29:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471969740.13.0.0940262137461.issue27836@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, in that case:

 - I guess the issue would have been that the python 3.5 installation I tried (which was 3.5.0a1) had the vcruntime140.dll issue 
 - I've realised that the 3.5* installation puts Python on the beginning of the PATH - whereas I was putting the 2.7 directory at the end of the PATH (so when I was testing 2.7 my PATH variable was being ignored by the 3.5 one.
 - I assume that the missing vcruntime140.dll was a known bug in 3.5.0a1 and was fixed in a subsequent release

I should have probably realised all of this earlier!
History
Date User Action Args
2016-08-23 16:29:00Chris Woodsetrecipients: + Chris Wood, paul.moore, tim.golden, zach.ware, steve.dower
2016-08-23 16:29:00Chris Woodsetmessageid: <1471969740.13.0.0940262137461.issue27836@psf.upfronthosting.co.za>
2016-08-23 16:29:00Chris Woodlinkissue27836 messages
2016-08-23 16:29:00Chris Woodcreate