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 Drekin, eryksun, larry, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-08-03.23:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438644349.69.0.256628220784.issue24771@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than change the tcl and tk project files (which is not as easy as updating the Python projects - I spent an hour trying), I've added the vcruntime DLL to the MSI with tkinter.

Distutils has already been updated to not include it any more, and I really want to avoid having people depend on it since it could break the nice compatibility we have going now, but there's no easy way around it right now.
History
Date User Action Args
2015-08-03 23:25:49steve.dowersetrecipients: + steve.dower, paul.moore, larry, tim.golden, python-dev, zach.ware, eryksun, Drekin
2015-08-03 23:25:49steve.dowersetmessageid: <1438644349.69.0.256628220784.issue24771@psf.upfronthosting.co.za>
2015-08-03 23:25:49steve.dowerlinkissue24771 messages
2015-08-03 23:25:49steve.dowercreate