Paver 0.8.1 与 python 2.6 的兼容性
有没有人设法使用 python 2.6 的 paver 来引导其开发区域?
我已经安装了 python 2.6,使用 easy_install-2.6 安装了 paver,一切看起来都很好。 但是当我尝试启动 bootstrap 方法时,它会在尝试下载 http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c8-py2.6.egg。 我尝试在support-files目录中添加正确的setuptools EGG文件(即0.6c9),bootstrap.py找到EGG文件,但似乎没有使用它,因为它仍然尝试下载0.6c8版本不再可用。
有什么想法如何解决这个问题吗?
预先感谢
伯特兰
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该尝试更新的版本。 =) http://www.blueskyonmars.com/projects/paver/
You should try newer version. =) http://www.blueskyonmars.com/projects/paver/