[Pythonmac-SIG] [pyobjc] FYI: Build error; setuptools egg missing

Michael Glassford glassfordm at hotmail.com
Tue Aug 8 23:34:07 CEST 2006


I just got the PyObjC trunk from svn. When I try to build it ("$PYTHON 
setup.py build"), I get the error at the end of this message. The 
specified url, 
"http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg", 
  is in fact invalid: there's no setuptools directory.

Mike




---------------------------------------------------------------------------
This script requires setuptools version 0.6c1 to run (even to display
help).  I will attempt to download it for you (from
http://cheeseshop.python.org/packages/2.5/s/setuptools/), but
you may need to enable firewall access for this script first.
I will start the download in 15 seconds.

(Note: if this machine does not have network access, please obtain the file

 
http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg

and place it in this directory before rerunning this script.)
---------------------------------------------------------------------------
Downloading 
http://cheeseshop.python.org/packages/2.5/s/setuptools/setuptools-0.6c1-py2.5.egg
Traceback (most recent call last):
   File "setup.py", line 4, in <module>
     ez_setup.use_setuptools()
   File 
"/Users/mjg/Desktop/develop/pyobjc/trunk/pyobjc/ez_setup/__init__.py", 
line 72, in use_setuptools
     egg = download_setuptools(version, download_base, to_dir, 
download_delay)
   File 
"/Users/mjg/Desktop/develop/pyobjc/trunk/pyobjc/ez_setup/__init__.py", 
line 126, 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 380, in open
     response = meth(req, response)
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", 
line 491, in http_response
     'http', request, response, code, msg, hdrs)
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py", 
line 418, in error
     return self._call_chain(*args)
   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 499, in http_error_default
     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
Michael-Glassfords-Computer:/users/mjg/desktop/develop/pyobjc/trunk/pyobjc 
mjg$



More information about the Pythonmac-SIG mailing list