Re: Using a python web client behind a proxy (urllib and twisted.web)

2005-04-13 Thread Mike Meyer
Matthijs <[EMAIL PROTECTED]> writes: > I have been trying to make a script that will download several rss > feeds to my computer. The only problem I have is that I have to go > through a proxy. > > First I tried using urllib (python 2.4, win32) but I found that the > http_proxy and no_proxy code w

Using a python web client behind a proxy (urllib and twisted.web)

2005-04-13 Thread Matthijs
I have been trying to make a script that will download several rss feeds to my computer. The only problem I have is that I have to go through a proxy. First I tried using urllib (python 2.4, win32) but I found that the http_proxy and no_proxy code were not implemented for win32. I have made ch