Hi,

here is some insight on the proxy system, given on the Exaile BTS [1].
Dann, could you please give us some feed-back on this?

Thanks,
 François

[1] http://www.exaile.org/trac/ticket/151#comment:2

---------- Forwarded message ----------
Python's urllib module, which Exaile uses for most of the
network-related stuff, can be instructed to use HTTP proxy by
specifying a http_proxy environment variable.
http://docs.python.org/lib/module-urllib.html#l2h-3880

For example you can run Exaile like:
http_proxy="http://your_proxy"; exaile

Reply via email to