Help...
I am at home with a DSl connection...is this a connectivity thing?
alvin-marcelos-computer-2:~/turbo amarcelo$ sudo python ez_setup.py
Password:
Downloading
http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c8-py2.5.egg
Traceback (most recent call last):
File "ez_setup.py", line 267, in <module>
main(sys.argv[1:])
File "ez_setup.py", line 198, in main
egg = download_setuptools(version, delay=0)
File "ez_setup.py", line 146, in download_setuptools
src = urllib2.urlopen(url)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 121, in urlopen
return _opener.open(url, data)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 374, in open
response = self._open(req, data)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 392, in _open
'_open', req)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 353, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 1101, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 1076, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (65, 'No route to host')>