[issue41018] warning: 'Tk_MainWindow' is deprecated: first deprecated

Ronald Oussoren report at bugs.python.org
Mon Jul 6 06:09:58 EDT 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

The deprecation warnings are a specific "feature" of the copy of Tcl/Tk shipped by Apple, and do not reflect the status of this API upstream.

The correct fix is to either ignore these warnings when building, or better to use a different install of Tcl/Tk (later versions are substantially better, which is why the Python.org installers for macOS ship with a copy of Tcl/Tk).

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type:  -> compile error

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


More information about the Python-bugs-list mailing list