python 3.0 不能启动idle的解决方法

python 3.0 不能启动idle的解决方法

安装python 3.0后,不可以启动idle。出现如下提示:

  either idle can't start a subprocess or personal firewall software is blocking the connection


解决方法如下:  

打开  C:\Python30\Lib\idlelib\run.py 文件
将     sockthread.set_daemon ( True )
改为  ockthread.set_daemon = True

修改完毕后删除,run.pyc

你可能感兴趣的:(python 3.0 不能启动idle的解决方法)