I am new to Python programming, and I want to try editing scripts in the IDE instead of the OSX command line. However, when I try to start it, I get an error: "Passive subprances did not make any connection. Either one can not start inactive passprint or blocking the personal firewall software connection." I do not have firewalls configured, so what can be the problem?
You can try running the IDE with the "-n" option with the help of idle:
is running without a subprocess: If IDE -n starts with the command line switch then it will run in the same process and RPC will not create subprocessions running the Python execution server. This can be useful if Python can not create a subprocess or RPC socket interface on your platform; However, in this mode the user code is not automatically separated from the IDLE. Also, when selected run / run module (F5) So the environment is not restarted so the environment is not restarted. If your code has been modified, then you have to reload the affected module and import any specific items (such as Fu import barge), if the changes will take effect, for these reasons, if possible If it is better to run IDE with default subprances