Karl Guertin wrote: > 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.
Tried it on windows, probably did not set the variable correctly. > > Additionally, installing from a local file does work: > > python ez_setup.py -f /path/to/dl setuptools > easy_install -f /path/to/eggs TurboGears This didn't work on windows. Possibly because I didn't not use ez_setup to install setuptools then do easy_install, but 'ez_setup -f <url> TurboGears' worked at home and is what I was trying. Tried it again with the default version of ez_setup on windows: "python ez_setup.py -f c:/test/tg/ TurboGears" returned a "no such file or directory" error. Using "file:c:/test/tg/" instead produced the same error. Setting the DOWNLOAD_URL variable to "file:C:/test/tg/" works though, which is why the code I posted is trying to do that.

