0
How to install in my macbook pro
i am a beginer in coding and i tried installing python on my computer but when i opend the IDLE it tells me (warning: the version of tcl/tk (8.5.9) in use may be unstable. it also says to visit python website for more details. anyone can you help me
1 Answer
+ 5
Tcl/tk is a dynamic programming language focused on creating GUIs and in Python you usually port to it via the tkinter module. Perhaps your newest installation of Python detected an obsolete Tcl/tk package.
You can upgrade to the latest tcl/tk version here:
https://www.tcl.tk/software/tcltk/choose.html
That should solve this problem.