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 ronaldoussoren
Recipients ned.deily, rhettinger, ronaldoussoren, terry.reedy
Date 2020-10-23.16:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603468872.55.0.396602603415.issue42122@roundup.psfhosted.org>
In-reply-to
Content
Could you check "/tmp/py310/bin/python3 -m test.pythoninfo | grep -i tk". If that says your using Tk 8.5 you're almost certainly using the system version.

You could also check _tkinter itself:

otool -vL /tmp/py310/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so
/tmp/py310/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so:
	/System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl (compatibility version 8.5.0, current version 8.5.9)
	/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (compatibility version 8.5.0, current version 8.5.9)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.0.0)

I propose closing this issue if you are indeed using the system copy of Tk.
History
Date User Action Args
2020-10-23 16:01:12ronaldoussorensetrecipients: + ronaldoussoren, rhettinger, terry.reedy, ned.deily
2020-10-23 16:01:12ronaldoussorensetmessageid: <1603468872.55.0.396602603415.issue42122@roundup.psfhosted.org>
2020-10-23 16:01:12ronaldoussorenlinkissue42122 messages
2020-10-23 16:01:12ronaldoussorencreate