The best thing I've found until now is XRCed. It has it's quirks and
pitfalls, but it fits the bill. Personally I prefer the previous version
(the one that comes with wxPython 2.8.6) and don't really like what's been
done with it lately, but that's a matter of taste really.
It seems like a really
Hi,
I'm using urllib to get html pages from the web but my computer is
behind a proxy.
The proxy is automatically configured in Internet Explorer via a
proxy.pac file (http://en.wikipedia.org/wiki/Proxy_auto-config).
>From what I can see in the urllib source it only handles proxies that
are manu
I have a class with a lot of attributes whose objects are accessed
from multiple threads. I would like to synchronize the access to all
the attributes, i.e. acquire a lock, return the value, release the
lock (in a finally clause).
Is there a way to do that without turning each attribute into a