|
发表于 2016-7-16 00:13:44
|
显示全部楼层
本帖最后由 junwu2610 于 2016-7-16 00:17 编辑
I have OS X 10.10.5.
I installed Python 3.4.3.
Ran IDLE, got warning, "The version of Tcl/Tk (8.5.9) in use may be unstable."
Went to [Active State][1] and downloaded the suggested, "Download ActiveTcl 8.6.4 for Mac OS X (10.5+, x86_64/x86)".
Ran installer for "ActiveTcl8.6.4.1.299124-macosx10.5-i386-x86_64-threaded.dmg"
Re-installed: python-3.4.3-macosx10.6.pkg
Ran IDLE - still same message, "The version of Tcl/Tk (8.5.9) in use may be unstable.".
Checked - Yes, 8.6.4 is there.
Went back to Active State and got prior version: "ActiveTcl8.5.18.0.298892-macosx10.5-i386-x86_64-threaded.dmg"
Re-installed: python-3.4.3-macosx10.6.pkg
Ran IDLE - No warning.
这是我网上找到方法
基本上就是先安装ActiveTcl8.6.4.1.299124-macosx10.5-i386-x86_64-threaded.dmg
然后再重新安装python
再来安装ActiveTcl8.5.18.0.298892-macosx10.5-i386-x86_64-threaded.dmg
再重新安装python
不过据他所提供的不是最新版本,需要按照大家自己电脑的版本改变一下
先安装一个较新的版本再安装最新的版本
大家可以试一试 |
|