I executed the ez_install.py and got this:
/apps/Python-2.5.1:python ez_setup.py Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c7-py2.5.egg Traceback (most recent call last): File "ez_setup.py", line 229, in <module> main(sys.argv[1:]) File "ez_setup.py", line 161, in main egg = download_setuptools(version, delay=0) File "ez_setup.py", line 143, in download_setuptools src = urllib2.urlopen(url) File "/apps/Python-2.5.1/Lib/urllib2.py", line 121, in urlopen return _opener.open(url, data) File "/apps/Python-2.5.1/Lib/urllib2.py", line 374, in open response = self._open(req, data) File "/apps/Python-2.5.1/Lib/urllib2.py", line 392, in _open '_open', req) File "/apps/Python-2.5.1/Lib/urllib2.py", line 353, in _call_chain result = func(*args) File "/apps/Python-2.5.1/Lib/urllib2.py", line 1100, in http_open return self.do_open(httplib.HTTPConnection, req) File "/apps/Python-2.5.1/Lib/urllib2.py", line 1075, in do_open raise URLError(err) urllib2.URLError: <urlopen error (78, 'Connection timed out')> /apps/Python-2.5.1: -----Original Message----- >From: Emmanuel Blot <[EMAIL PROTECTED]> >Sent: Nov 9, 2007 2:16 PM >To: [email protected] >Subject: [Trac] Re: TRAC > > >> I'm game. Where do you find that easy_install? I looked in the Python >> directory and didn't see it. I looked also in the ClearSilver directory and >> also didn't see it? > >You need to install the "setuptools". Either use your package manager, >or download and execute http://peak.telecommunity.com/dist/ez_setup.py > >> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
