Running on Windows XP, Python 2.6:

C:\Documents and Settings\User\Desktop>python tgsetup.py
TurboGears Installer
Beginning setuptools/EasyInstall installation and TurboGears download

Downloading 
http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c8-py2.6.egg
Traceback (most recent call last):
  File "tgsetup.py", line 444, in <module>
    tg_main()
  File "tgsetup.py", line 198, in tg_main
    main(args)
  File "tgsetup.py", line 370, in main
    egg = download_setuptools(version, delay=0)
  File "tgsetup.py", line 351, in download_setuptools
    src = urllib2.urlopen(url)
  File "E:\code\Python26\lib\urllib2.py", line 124, in urlopen
    return _opener.open(url, data, timeout)
  File "E:\code\Python26\lib\urllib2.py", line 389, in open
    response = meth(req, response)
  File "E:\code\Python26\lib\urllib2.py", line 502, in http_response
    'http', request, response, code, msg, hdrs)
  File "E:\code\Python26\lib\urllib2.py", line 421, in error
    result = self._call_chain(*args)
  File "E:\code\Python26\lib\urllib2.py", line 361, in _call_chain
    result = func(*args)
  File "E:\code\Python26\lib\urllib2.py", line 597, in http_error_302
    return self.parent.open(new)
  File "E:\code\Python26\lib\urllib2.py", line 389, in open
    response = meth(req, response)
  File "E:\code\Python26\lib\urllib2.py", line 502, in http_response
    'http', request, response, code, msg, hdrs)
  File "E:\code\Python26\lib\urllib2.py", line 427, in error
    return self._call_chain(*args)
  File "E:\code\Python26\lib\urllib2.py", line 361, in _call_chain
    result = func(*args)
  File "E:\code\Python26\lib\urllib2.py", line 510, in
http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found


I can probably get around this by installing Setuptools manually, but
hey, there isn't a 2.6 executable of Setuptools for Windows yet.
*sigh* I can get the egg named above, but dunno what to do with it,
putting it into site-packages achieves nothing, and the documentation
says, "to install eggs, use easy_install/setuptools". Not so much a
chicken-or-egg situation as an egg-or-egg situation! How ridiculous.

--
Ben Sizer

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to