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 Aaron.Meurer, eryksun, mgedmin, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-09-23.00:50:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442969458.23.0.66668516618.issue25117@psf.upfronthosting.co.za>
In-reply-to
Content
The problem here is probably that installing the CRT update required a restart (see the line below from the log), but we didn't interrupt installation to make you restart before continuing.

From the first log file:

[0A68:0EC8][2015-09-14T05:54:24]i319: Applied execute package: crt_14.0_v6.2_x64, result: 0x0, restart: Required


Handling this nicely could be some work. We would want to force the restart immediately if the user is installing pip or precompiling the stdlib, but otherwise they can finish installation and then restart. I'll try and look into this soon, but I don't think it needs to hold up a 3.5.1.
History
Date User Action Args
2015-09-23 00:50:58steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, mgedmin, tim.golden, Aaron.Meurer, zach.ware, eryksun
2015-09-23 00:50:58steve.dowersetmessageid: <1442969458.23.0.66668516618.issue25117@psf.upfronthosting.co.za>
2015-09-23 00:50:58steve.dowerlinkissue25117 messages
2015-09-23 00:50:57steve.dowercreate