On 1/17/06, ajones <[EMAIL PROTECTED]> wrote: > Installing at work was a little more tricky. We have a proxy at work
export http_proxy="http://your.proxy.com:8000" Though that might be different for windows, basically just sent the http_proxy env variable. Additionally, installing from a local file does work: python ez_setup.py -f /path/to/dl setuptools easy_install -f /path/to/eggs TurboGears Has worked for me a couple times.

