Paver 0.8.1 compatibility with python 2.6

Posted by Bertrand on Stack Overflow See other posts from Stack Overflow or by Bertrand
Published on 2008-10-07T12:56:40Z Indexed on 2010/04/24 9:23 UTC
Read the original article Hit count: 290

Hi,

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

© Stack Overflow or respective owner

Related posts about python

Related posts about bootstrap