Adam Stewart <[email protected]> added the comment:
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! ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44253> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
