[Distutils] problem with buildout & distribute

Yonsy Solis yonsy at aureal.com.pe
Sat Dec 12 16:45:05 CET 2009


I have problem im a new machine with a pristine python install

i download the bootstrap.py to apply to a recipe that i use in other
office, when i try to run with the --distribute option i have this
error.

Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.11.tar.gz
Traceback (most recent call last):
  File "bootstrap.py", line 67, in <module>
    ez['use_setuptools'](to_dir=tmpeggs, download_delay=0, no_fake=True)
  ...
  ...
  File "/usr/lib/python2.5/urllib2.py", line 506, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found

the problem is in the distribute_setup.py file in 

http://python-distribute.org/distribute_setup.py

in line 49

DEFAULT_VERSION = "0.6.11"

define a version of distribute egg that dont exist (yet?)

--
Yonsy Solis
Aureal Systems
(mov) 989-124-141
(www) http://www.aureal.com.pe




More information about the Distutils-SIG mailing list