Hi Thomas
Sorry for not getting back earlier, but I had some famiily duties...
I'm getting further - but not to the end yet: I had to change the owner of the file buildout.cfg to nobody:root and I had to comment out the line you mentioned in the file base.cfg
After that, it goes as following:
(Python-2.7)root@vm-0019:/work/plone/zinstance# buildout
Getting distribution for 'setuptools==0.6c11'.
While:
Installing.
Getting section instance.
Initializing section instance.
Installing recipe plone.recipe.zope2instance.
Getting distribution for 'setuptools==0.6c11'.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1992, in main
getattr(buildout, command)(args)
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 550, in install
[self[part]['recipe'] for part in install_parts]
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1135, in __getitem__
options._initialize()
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1239, in _initialize
self.initialize()
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1245, in initialize
recipe_class = _install_and_load(reqs, 'zc.buildout', entry, buildout)
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1199, in _install_and_load
allow_hosts=buildout._allow_hosts
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 883, in install
return installer.install(specs, working_set)
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 714, in install
for_buildout_run=for_buildout_run):
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 568, in _get_dist
dist = self._env.best_match(requirement, ws)
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1120, in best_match
dist = working_set.find(req)
File "/work/plone/Python-2.7/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 718, in find
raise VersionConflict(dist, req)
VersionConflict: (setuptools 36.2.7 (/work/plone/Python-2.7/lib/python2.7/site-packages), Requirement.parse('setuptools==0.6c11'))
(Python-2.7)root@vm-0019:/work/plone/zinstance#
So sorry for bothering you again: What possibilities do I have now? Should I possibly get rid of some version entries in the buildout.cfg? Or others in the base.cfg? Or can I somehow change version of the setuptools to the desired version?
-> And how do I find out the version of that one?
Thank you very much and kind regards
David