So I was running a simple python program in IDLE, and I got this subprocess error. I looked it up on Google, and found much information about it. None of it really got me anywhere. I think the error has to do with AVG blocking IP 127.0.0.1. (I am using AVG) I can't find anywhere to allow a certain IP address with AVG. Does anyone have a solution?
The error is like this:
socket error: connection refused
IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection.
Thanks
~Túrin