I open urls with:
site = urllib2.urlopen(\'http://google.com\')
And what I want to do is connect the same way with a proxy I got somewhere telli
In addition set the proxy for the command line session Open a command line where you might want to run your script
netsh winhttp set proxy YourProxySERVER:yourProxyPORT
run your script in that terminal.