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