[issue5065] IDLE improve Subprocess Startup Error message
Steven D'Aprano
report at bugs.python.org
Mon Jan 26 04:47:08 CET 2009
New submission from Steven D'Aprano <steve at pearwood.info>:
When launching IDLE, it reports:
"IDLE's subprocess didn't make connection. Either IDLE can't start a
subprocess or personal firewall software is blocking the connection."
This should report what needs to be opened on the firewall to allow
the connection, e.g. "Allow UDP/TCP connections to 127.0.0.1 on ports
FOO and BAR and try again".
----------
components: IDLE
messages: 80560
nosy: stevenjd
severity: normal
status: open
title: IDLE improve Subprocess Startup Error message
type: feature request
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5065>
_______________________________________
More information about the Python-bugs-list
mailing list