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 ajstewart
Recipients ajstewart, ned.deily
Date 2021-05-28.17:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622223788.41.0.969677159141.issue44253@roundup.psfhosted.org>
In-reply-to
Content
And... now it's not working again. Can you clarify exactly how tkinter finds tk/tcl? Does it rely on TCL_LIBRARY or TK_LIBRARY env vars? TCLLIBPATH? If I use all of these env vars, tkinter finds tcl/tk, but commands like:

$ python -m tkinter
$ python -c 'import tkinter; tkinter._test()'

open a window and immediately minimize it. If I try to maximize the window it immediately closes, so something is definitely wrong with my installation.
History
Date User Action Args
2021-05-28 17:43:08ajstewartsetrecipients: + ajstewart, ned.deily
2021-05-28 17:43:08ajstewartsetmessageid: <1622223788.41.0.969677159141.issue44253@roundup.psfhosted.org>
2021-05-28 17:43:08ajstewartlinkissue44253 messages
2021-05-28 17:43:08ajstewartcreate