Python IDLE啟動錯誤
時間:
林澤1002由 分享
如何解決python idle啟動時Subprocess Startup Error呢,要怎么操作呢?下面是學(xué)習(xí)啦小編收集整理的Python IDLE啟動錯誤,希望對大家有幫助~~
Python IDLE啟動錯誤的方法
工具/原料
python
window
方法/步驟
啟動idel時報(bào)Subprocess Startup Error錯誤
錯誤信息
IDLE's subprocess didn't make connection.Either IDLE cant't start a subprocess or personal firewall software is blocking the connection.
打開控制面板選項(xiàng)
在控制面板中打開系統(tǒng)安全設(shè)置
在系統(tǒng)安全防火墻設(shè)置中選擇允許程序通過windows防火墻
選擇允許運(yùn)行另一程序
點(diǎn)擊瀏覽選擇python安裝目錄下的pythonw.exe文件后點(diǎn)擊添加按鈕將pwthonw.exe添加到防火墻允許列表中
添加完成后效果
再次啟動idle時正常啟動
Python 相關(guān)文章: