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 neologix, python-dev, terry.reedy, vstinner, zach.ware
Date 2014-07-16.20:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405543389.98.0.605481409152.issue21059@psf.upfronthosting.co.za>
In-reply-to
Content
I believe I eventually figured out the reason for the failure, it had to do with the fact that the Tcl/Tk DLLs were copied into PCbuild to avoid adding ..\tcltk[64]\bin to PATH and the persistent issue that tkinter._fix changes environment variables to make init.tcl findable, while regrtest unsets those variables at the end of each test.  The issue is successfully worked around in test[-amd64].bat, and should be fixed by #20035 (once reviewed :)).

Closing this issue.
History
Date User Action Args
2014-07-16 20:43:10zach.waresetrecipients: + zach.ware, terry.reedy, vstinner, neologix, python-dev
2014-07-16 20:43:09zach.waresetmessageid: <1405543389.98.0.605481409152.issue21059@psf.upfronthosting.co.za>
2014-07-16 20:43:09zach.warelinkissue21059 messages
2014-07-16 20:43:09zach.warecreate