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 larry, mrabarnett, steve.dower
Date 2015-08-12.01:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439342540.95.0.258955220037.issue24847@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, this is my fix for the same issue pre-RC1 not quite working out (I'm guessing some difference between my dev box and my build box).

If you go into your DLLs directory there's an extra subdirectory (Microsoft.VC140.CRT or similar) with a single DLL in it. Move that DLL up one level to the DLLs folder and you should be fine.

I'll work up a setup authoring fix immediately, but really I want to patch Tcl/tk to not rely on that DLL so that we can be truly independent of CRT versioning.
History
Date User Action Args
2015-08-12 01:22:20steve.dowersetrecipients: + steve.dower, larry, mrabarnett
2015-08-12 01:22:20steve.dowersetmessageid: <1439342540.95.0.258955220037.issue24847@psf.upfronthosting.co.za>
2015-08-12 01:22:20steve.dowerlinkissue24847 messages
2015-08-12 01:22:20steve.dowercreate