[PEAK] missing setuptools-0.6a1c2 egg (and resolution)

Cam MacRae cam at carsales.com.au
Fri Dec 16 04:39:49 EST 2005


Hi,

Trying to install PEAK, grab ez_setup.py from the site:

$ python ez_setup.py
Downloading http://www.python.org/packages/source/s/setuptools/setuptools-0.6a1c2-py2.4.egg
Traceback (most recent call last):
  File "ez_setup.py", line 202, in ?
    main(sys.argv[1:])
  File "ez_setup.py", line 135, in main
    egg = download_setuptools(version, to_dir=tmpdir, delay=0)
  File "ez_setup.py", line 116, in download_setuptools
...SNIP...
  File "C:\Python24\lib\urllib2.py", line 480, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found


Workaround for the missing egg....

Download setuptools and install distutils style:

$ cd PATH_TO_/setuptools-0.6a8 ; python setup.py install

Refresh:

$ python ez_setup.py -UZ setuptools

Install PEAK:

$ python ez_setup.py -Zf http://peak.telecommunity.com/snapshots/ PEAK


cheers,
Cam





More information about the PEAK mailing list