您的位置:首页 > 编程语言 > Python开发

Python:WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.

2015-05-20 14:32 393 查看
When you first start up Python on a Mac, you might get the following warning:

>>> 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.
If you get this warning, you'll need to update a graphics driver on your computer. Follow the link shown above and download and install the ActiveTcl driver that's recommend for the version of OS X that your Mac is running. This most likely will be 8.5.15.0,
which you can also download directly from http://www.activestate.com/activetcl/downloads (IMPORTANT:
you only need to do this step if you get the warning printed above when you start IDLE for the first time. If you don't get the warning, then everything is good to go.)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python tcl mac
相关文章推荐