youngfan007 发表于 2017-4-22 13:26:32

Python错误解决

  python错误解决
  提示错误:
IDLE's subprocess didn't make connection.Either IDLE can;t start a subprocess or personal firewall software is blocking the connection That usually means that your firewall is blocking IDLE, so enable it in your firewall. If that doesnt work, do this to fix it (with some disavantages):
  Open D:/Python27/Lib/idlelib/PyShell.py
  
修改use_subprocess = True成为use_subprocess =False
  同时删除PyShell.pyc
页: [1]
查看完整版本: Python错误解决