This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Divyanshu
Recipients Divyanshu, asvetlov, clikkeb, r.david.murray, roger.serwy, terry.reedy
Date 2014-04-05.09:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396691920.95.0.637236474483.issue14576@psf.upfronthosting.co.za>
In-reply-to
Content
I found the root cause for the error regarding python in my pc that shows the error message 

"IDLE's subprocess didn't make connection.Either IDLE can't start a subprocess or personal firewall software is blocking the connection."

It was caused due to a software known as proxifier which provides fast and somewhat unrestricted network access on proxy networks. It redirected my connection request from pythonw.exe to the port and IP on which the proxy network is established.

The problem hence can be easily sorted by creating new proxification rules in such softwares, if the cause of the problem can be traced to some similar mechanisms used that may intercept and modify the network requests for other programs.
History
Date User Action Args
2014-04-05 09:58:41Divyanshusetrecipients: + Divyanshu, terry.reedy, roger.serwy, r.david.murray, asvetlov, clikkeb
2014-04-05 09:58:40Divyanshusetmessageid: <1396691920.95.0.637236474483.issue14576@psf.upfronthosting.co.za>
2014-04-05 09:58:40Divyanshulinkissue14576 messages
2014-04-05 09:58:39Divyanshucreate