Hi,
I'm new to Turbo Gears.
I just want to install the latest version of Turbo Gears with following command:

sudo python ez_setup.py -f http://www.turbogears.org/preview/download/index.html --script-dir /usr/local/bin TurboGears


my python version is 2.4.3
I got following error outputs:
-------------------------------------------
Downloading http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6c2-py2.4.egg
Traceback (most recent call last):
  File "../ez_setup.py", line 214, in ?
    main(sys.argv[1:])
  File "../ez_setup.py", line 146, in main
    egg = download_setuptools(version, delay=0)
  File "../ez_setup.py", line 128, in download_setuptools
    src = "">  File "/home/lizhe/Python-2.4.3/Lib/urllib2.py", line 130, in urlopen
    return _opener.open(url, data)
  File "/home/lizhe/Python-2.4.3/Lib/urllib2.py", line 358, in open
    response = self._open(req, data)
  File "/home/lizhe/Python-2.4.3/Lib/urllib2.py", line 376, in _open
    '_open', req)
  File "/home/lizhe/Python-2.4.3/Lib/urllib2.py", line 337, in _call_chain
    result = func(*args)
  File "/home/lizhe/Python-2.4.3/Lib/urllib2.py", line 1021, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/home/lizhe/Python-2.4.3/Lib/urllib2.py", line 996, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error (110, 'Connection timed out')>
--------------------------------
I think my network is ok.
I can reach out world from command line,
e.g., ping www.google.com


can anyone help me with some advices?

thanks,

Karl.



Get your email and more, right on the new Yahoo.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to