Python urllib2 problem: Name or service not known

Alex Borghgraef alexander.borghgraef at gmail.com
Tue Feb 28 05:41:32 EST 2012


On Feb 28, 10:50 am, Alex Borghgraef <alexander.borghgr... at gmail.com>
wrote:

> I'll still have to find out a way to get this thing working with proxy
> enabled if I ever want to connect it to our overall network.

Ok, doing os.environ['http_proxy']='' before importing urllib2 seems
to do the trick for that.

--
Alex





More information about the Python-list mailing list