Re: Problem with proxies

2007-10-16 Thread stoyan
dest part is getting the proxy handler values right. Cheers, Stoyan. -- View this message in context: http://www.nabble.com/Problem-with-proxies-tf4634878.html#a13246881 Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem with proxies

2007-10-16 Thread coolman_suk
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

Problem with proxies

2007-10-16 Thread Ameet Nanda
Hi All, I access net using a proxy, which I have to authenticate everytime I try to access net from my system. Now when I use urllib2.urlopen(url) , I cant get ahead. I must provide proxy authentication , I tried reading docs online which speak of something called as FancyUrlOpener. Now i want to