Zachary Ware added the comment:

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.

----------
dependencies:  -Clean up Tcl library discovery in Tkinter on Windows
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Clean up Tcl library discovery in Tkinter on Windows

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to