安裝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