python 3.0 不能啟動idle的解決方法
安裝python 3.0后,不可以啟動idle。出現(xiàn)如下提示:
解決方法如下:
修改完畢后刪除,run.pyc
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
將 sockthread.set_daemon ( True )
改為 ockthread.set_daemon = True
修改完畢后刪除,run.pyc
posted on 2008-10-20 14:58 AlanTop 閱讀(764) 評論(1) 編輯 收藏 引用 所屬分類: 計算機應(yīng)用