I am using the python 3.5.2 distribution from brew install python3
and when I start IDLE I receive the following error message:
WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.
Visit http://www.python.org/download/mac/tcltk/ for current information.
After following python.org's recommendation for which version of ActiveTcl, I then installed 8.5.18.
Next, following the information in this thread, I uninstalled python3 using brew uninstall python3
and re-installed using brew install python3
. Finally, I restarted my mac (macOS 10.12)
However, I am still seeing the same error when I open IDLE. Any suggestions as to how I can fix this?
I tried uninstalling/installing from python.org and homebrew many times and eventually this method worked for me: