[EMAIL PROTECTED] wrote: > I noticed this problem when I tried this: > > $ python ez_setup.py -UDf http://turbogears.org/download/ TurboGears
If you have setuptools 0.6a7, you can add '--allow-hosts=turbogears.org' before the '-UDf' in order to make setuptools only download files from turbogears.org; this will work around the problem with effbot.org's link format for the time being.

