twisted.web and a

2006-04-10 Thread Fabian Steiner
). Now I was asked to write something like a GUI for it which should be based on a CGI script that calls the different functions (read/write) with parameters entered in a text-input of a HTML-Template. Therefore I wrote a small HTTP-Server class based on twisted.web. In its constructor the network

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

2005-04-14 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 were not

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

2005-04-13 Thread Matthijs
twisted.web and does asynchronous requests, which is nice when you want to download a lot of rss feeds. But again it doesn't support a proxy, that I could find. Question: Am i right that twisted.web.client does not support proxying? Kind regards, Matthijs ps. I am just starting with Python -- http