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 eryksun
Recipients acx01bc, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-24.16:37:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443112680.08.0.841570071534.issue25223@psf.upfronthosting.co.za>
In-reply-to
Content
Try directly installing the Universal CRT update, [Windows6.0-KB2999226-x86.msu][1]. Run it with the /log option, e.g.

    Windows6.0-KB2999226-x86.msu /log:kb2999226.evtx

You can view this log in the Windows event viewer, or convert it to text XML on the command line as follows:

    wevtutil qe kb2999226.evtx /lf:true /f:XML /e:MSULog > kb2999226.xml

If the update fails, please attach the XML log to this issue. 

Steve, since these updates require an up-to-date Windows installation, maybe you should test for SP2 on Vista, SP1 on Windows 7, and S14 on Windows 8.1. Display a warning if the OS is outdated, including Windows XP, but let the install proceed.

[1]: http://www.microsoft.com/en-us/download/details.aspx?id=48234
History
Date User Action Args
2015-09-24 16:38:00eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, acx01bc
2015-09-24 16:38:00eryksunsetmessageid: <1443112680.08.0.841570071534.issue25223@psf.upfronthosting.co.za>
2015-09-24 16:38:00eryksunlinkissue25223 messages
2015-09-24 16:37:59eryksuncreate