[issue42640] tkinter throws exception when key is pressed

Ned Deily report at bugs.python.org
Sun Dec 20 13:56:37 EST 2020


Ned Deily <nad at python.org> added the comment:

As explained above, this crash will happen with any Python that links to the deprecated Apple-supplied system Tk framework in macOS versions from macOS 10.7 to 11 Big Sur. If you want to use tkinter, you need to use a Python that links to a newer version of Tk. If Homebrew’s Python is not doing that, you should bring it up with the Homebrew project.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42640>
_______________________________________


More information about the Python-bugs-list mailing list