Python Forum
macOS Sonoma (14) seems to need a newer version of Tcl/Tk - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: macOS Sonoma (14) seems to need a newer version of Tcl/Tk (/thread-40902.html)



macOS Sonoma (14) seems to need a newer version of Tcl/Tk - gernophil - Oct-11-2023

Window behavior is buggy with Tcl/Tk version 8.6.12:
https://github.com/Anjok07/ultimatevocalremovergui/issues/840
https://github.com/TomSchimansky/CustomTkinter/issues/1998

As I understand it, Tcl/Tk is prepackaged with the installers from python.org. Is there a way to update this Tcl/Tk when using the official installers from python.org? The only option I have found so far is using python from Homebrew.

Does anyone know, if there will be a macOS installer containing the newer (and working) Tcl/Tk version 8.6.13?


RE: macOS Sonoma (14) seems to need a newer version of Tcl/Tk - deanhystad - Oct-11-2023

Did you try this:

https://www.geeksforgeeks.org/how-to-install-tkinter-on-macos/