[Distutils] buildout bootstrap.py doesn't work on Sabayon Linux with system python
Benedek Zoltan
benzolius at yahoo.com
Fri Aug 23 06:07:52 CEST 2013
Hi,
I've downloaded bootstrap.py and tried to initialize with system python:
sabd1 at sab /home/buildout $ wget http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
Warning: wildcards not supported in HTTP.
--2013-08-23 06:40:52-- http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
Resolving svn.zope.org... 74.84.203.155
Connecting to svn.zope.org|74.84.203.155|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-python]
Saving to: ‘bootstrap.py’
[ <=> ] 10,107 41.2KB/s in 0.2s
2013-08-23 06:40:53 (41.2 KB/s) - ‘bootstrap.py’ saved [10107]
sabd1 at sab /home/buildout $ python bootstrap.py
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Traceback (most recent call last):
File "bootstrap.py", line 258, in <module>
ws.require(requirement)
File "/tmp/tmpzJN6Tt/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 666, in require
File "/tmp/tmpzJN6Tt/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 569, in resolve
pkg_resources.VersionConflict: (setuptools 0.6c11 (/tmp/tmpzJN6Tt/setuptools-0.6c11-py2.7.egg), Requirement.parse('setuptools>=0.7'))
I know, it works with virtualenv, but with system python is this expected behavior?
Thanks
Zoltan Benedek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130822/bfebea06/attachment-0001.html>
More information about the Distutils-SIG
mailing list