import urllib2
proxy_support = urllib2.ProxyHandler({'http' :
'username:[EMAIL PROTECTED]:port'})
opener=urllib2.build_opener(proxy_support)
urllib2.install_opener(opener)
print urllib2.urlopen('http://www.python.org').read()
Hi, the above works for me. The hardest part is getting the proxy handl
i have never used proxies, in college it works fine dont know abt ur
wipro settings.
anyway try this http://docs.python.org/lib/urllib2-examples.html
then l8tr try this http://docs.python.org/lib/module-urllib2.html
--
http://mail.python.org/mailman/listinfo/python-list