PyCharm cannot access Proxy
I have a script which uses urllib2.urlopen(). Running it outside of Pycharm is successful, running it inside Pycharm gives "urllib2.HTTPError: HTTP Error 407: Proxy Authentication Required". I've configured the Http proxy correctly in PyCharm's settings too.
What else do I need to configure?
Thanks a lot.
What else do I need to configure?
Thanks a lot.
Please sign in to leave a comment.
Again, if I run the script via 'python script.py' from the terminal, it works flawlessly...