CentOS安装Python总结
CentOS下使用yum安装的python版本是2.6.6,若要安装3.3.0版本,需要下载源码http://python.org/ftp/python/3.3.0/Python-3.3.0.tgz以root用户运行./configure --prefix=/usr/local/python3 make make install安装IDLE开发环境sudo yum install python-toolsIDLE can"t import Tkinter....