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.02:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622169118.28.0.982875535935.issue44253@roundup.psfhosted.org>
In-reply-to
Content
I think I FINALLY figured out the problem. We were setting `TCLLIBPATH` to `<prefix>/lib/tk8.6` when it should be `<prefix>/lib`. With this change, tkinter seems to work for me. Thanks for all of your help!
History
Date User Action Args
2021-05-28 02:31:58ajstewartsetrecipients: + ajstewart, ned.deily
2021-05-28 02:31:58ajstewartsetmessageid: <1622169118.28.0.982875535935.issue44253@roundup.psfhosted.org>
2021-05-28 02:31:58ajstewartlinkissue44253 messages
2021-05-28 02:31:58ajstewartcreate