[issue21877] External.bat and pcbuild of tkinter do not match.

2018-09-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The fixes, attached to other issues, works flawlessly for me. -- nosy: -BreamoreBoy ___ Python tracker ___ _

[issue21877] External.bat and pcbuild of tkinter do not match.

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: I believe this has been fixed some time in the last few years; Terry, please reopen this if I've missed something. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue21877] External.bat and pcbuild of tkinter do not match.

2014-10-28 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue21877] External.bat and pcbuild of tkinter do not match.

2014-10-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since the two .dlls must now be copied manually (still undocumented?) for tkinter to work, I fail to see the problem with having the copying done automatically in external.bat right after the compile that creates them. -- _

[issue21877] External.bat and pcbuild of tkinter do not match.

2014-10-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am quite aware that the two searches are different. tcl8xyz.dll and tkxyz.dll must be copied from ../tcltk/bin to pcbuild while init.tcl must be left in ../tcltk/lib/tcl8.x, where x is, now, '5' or '6'. Since compiling tcl/tk clears tcltk/, it is impossibl

[issue21877] External.bat and pcbuild of tkinter do not match.

2014-06-27 Thread Zachary Ware
Zachary Ware added the comment: > compiles _tkinter is such a way that it looks for the two dlls 'everywhere' > (in pcbuild itself and 5-10 other, non-existent directories) I think you're confusing the finding of the tcl/tk DLLs with the finding of init.tcl; the DLLs are searched for on PATH (

[issue21877] External.bat and pcbuild of tkinter do not match.

2014-06-27 Thread Terry J. Reedy
New submission from Terry J. Reedy: dir/pydir/Tools/buildbot/external.bat downloads tcl/tk 8.y.z into dir/tcl-8.y.z and dir/tk-8.y.x and compiles them into dir/tcltk. Of critical importance are dir/tcltk/bin/tcl8yg.dll and dir/tcltk/bin/tk8yg.dll (where y is currently 5 or 6. dir/pydir/pcbuil