Christopher Arndt schrieb: > Hi all, > > Python 2.6 is out since yesterday! > > Did anybody already test TG 1.0.x, 1.1 or TG 2 with it?
I just tried to install TurboGears 1 on Python 2.6 on Windows and already failed at the first hurdle :( : C:\Documents and Settings\Christopher Arndt>"C:\ProgramFiles\Python26\python.exe" "My Documents\ez_setup.py" Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c9-py2.6.egg Traceback (most recent call last): File "My Documents\ez_setup.py", line 269, in <module> main(sys.argv[1:]) File "My Documents\ez_setup.py", line 201, in main egg = download_setuptools(version, delay=0) File "My Documents\ez_setup.py", line 149, in download_setuptools src = urllib2.urlopen(url) File "C:\Program Files\Python26\lib\urllib2.py", line 124, in urlopen return _opener.open(url, data, timeout) File "C:\Program Files\Python26\lib\urllib2.py", line 389, in open response = meth(req, response) File "C:\Program Files\Python26\lib\urllib2.py", line 502, in http_response 'http', request, response, code, msg, hdrs) File "C:\Program Files\Python26\lib\urllib2.py", line 427, in error return self._call_chain(*args) File "C:\Program Files\Python26\lib\urllib2.py", line 361, in _call_chain result = func(*args) File "C:\Program Files\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 Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
