I'm getting exactly the same thing. It is actually a 404 at http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a11-py2.4.egg but the TG download page has a link to an alternate version.
How do I force ez_setup to use the version linked to on the tg download page? Ed On 7/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I continue to get the following error when trying to run ez_setup.py. > Any thoughts on how to fix this? > > Cheers, > > Matt > > C:\Python24>ez_setup.py -f > http://www.turbogears.org/download/index.html TurboGe > ars > Downloading > http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0. > 6a11-py2.4.egg > Traceback (most recent call last): > File "C:\Python24\ez_setup.py", line 228, in ? > main(sys.argv[1:]) > File "C:\Python24\ez_setup.py", line 161, in main > egg = download_setuptools(version, to_dir=tmpdir, delay=0) > File "C:\Python24\ez_setup.py", line 142, in download_setuptools > src = urllib2.urlopen(url) > File "C:\Python24\lib\urllib2.py", line 130, in urlopen > return _opener.open(url, data) > File "C:\Python24\lib\urllib2.py", line 364, in open > response = meth(req, response) > File "C:\Python24\lib\urllib2.py", line 471, in http_response > response = self.parent.error( > File "C:\Python24\lib\urllib2.py", line 402, in error > return self._call_chain(*args) > File "C:\Python24\lib\urllib2.py", line 337, in _call_chain > result = func(*args) > File "C:\Python24\lib\urllib2.py", line 480, in http_error_default > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) > urllib2.HTTPError: HTTP Error 404: Not Found > > C:\Python24> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

