Does anyone manage to bootstrap its development area using paver with python 2.6 ?

I have install python 2.6, install paver with easy_install-2.6, everything looks fine. But when I try to launch the bootstrap method it raises an urllib2.HTTPError (: HTTP Error 404: Not Found) while trying to download http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c8-py2.6.egg. I have tryed to add the correct setuptools EGG file (which is 0.6c9) in the support-files directory, bootstrap.py find the EGG file, but doesn't seem to use it because it still try to download the 0.6c8 version which is no more available.

Any ideas how to solve this issue ?

Thanks in advance

Bertrand

link|improve this question

50% accept rate
This issue seems to have been addressed here: groups.google.com/group/paver/browse_thread/thread/… – bernie Apr 19 '09 at 0:23
feedback

1 Answer

You should try newer version. =) http://www.blueskyonmars.com/projects/paver/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.