Question.
Prompt Error.
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 C:/Python24/Lib/idlelib/PyShell.py
change
use_subprocess = True
to
use_subprocess = False
Also delete PyShell.pyc
Similar Posts:
- Open Python idle “subprocess startup error” on win7
- OPENVPN TLS Error: TLS key negotiation failed
- How to Solve FTP Error: 426 Data connection closed, transfer abort…
- Rabbitmq error of connecting the native idea to Linux: java.net.connectexception: connection timed out: Connect [Solved]
- Python: `if not x:` VS `if x is not None:` VS `if not x is None:`
- Mysql Cannot get a connection, pool error Timeout waiting for idle object
- [Solved] Springboot Project Connect MYSQL Error: Establishing SSL connection without server’s identity verification is not recommended.
- telnet: connect to address xxx.xxx.xxx.xxx: No route to host
- [Solved] 2003 – cant connect o mysql server on xxx (10060 unknown error)
- Idle can’t import Tkinter appears when idle is started