At 07:44 PM 12/14/2005, Rolf wrote:
helloAm wishing to use pyzor but my site must go through a configured http proxy. Does pyzor support a proxy, if so how do you set it?
AFAIK, pyzor doesn't support a proxy, at least not directly.However, if it does it would likely be due to python base libraries making use of the http_proxy environment variable, and not anything pyzor specific.
For example python's urllib makes use of it: http://www.python.org/doc/current/lib/module-urllib.html