我正在使用 python 3.5.2 发行版brew install python3
,当我启动 IDLE 时,我收到以下错误消息:
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.
在遵循 python.org 对 ActiveTcl 版本的建议之后,我安装了 8.5.18。
接下来,按照这个线程中的信息,我使用卸载python3brew uninstall python3
并重新安装使用brew install python3
。最后,我重新启动了我的 mac (macOS 10.12)
但是,当我打开 IDLE 时,我仍然看到同样的错误。关于如何解决这个问题的任何建议?