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 zach.ware
Recipients ezio.melotti, terry.reedy, zach.ware
Date 2013-04-30.21:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367355915.98.0.26398929673.issue17883@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio, you brought up the fact that the 2.7 Windows buildbots were skipping the Tkinter tests in Terry's core-mentorship thread about tkinter on Windows last month, and I've finally learned what is causing that failure.  It appears that when 689a813f4afc and df39b0bc4106 were committed, they were not backported to 2.7.  Attached is a patch to backport those two changesets, which should make things (more) right.  

This only affects running tests via PCbuild/rt.bat (or Tools/buildbot/test.bat, which calls PCbuild/rt.bat), and doesn't do anything for finding the tcl/tk .dlls any other time.
History
Date User Action Args
2013-04-30 21:05:16zach.waresetrecipients: + zach.ware, terry.reedy, ezio.melotti
2013-04-30 21:05:15zach.waresetmessageid: <1367355915.98.0.26398929673.issue17883@psf.upfronthosting.co.za>
2013-04-30 21:05:15zach.warelinkissue17883 messages
2013-04-30 21:05:15zach.warecreate