simplified buildout.cfg according to your comments [buildout] extends = http://dist.plone.org/release/4.2/versions.cfg parts = instance
#extends = http://download.zope.org/zopetoolkit/index/1.0.7/ztk-versions.cfg #versions = versions [instance] recipe = plone.recipe.zope2instance eggs = Plone [versions] zc.buildout = 1.5.2 #zc.buildout = 1.4.4 using either line for zc.buildout gives me the same error python bootstrap.py --distribute Traceback (most recent call last): File "bootstrap.py", line 124, in <module> ws.require('zc.buildout' + VERSION) File "build/bdist.freebsd-9.0-RELEASE-i386/egg/pkg_resources.py", line 690, in require File "build/bdist.freebsd-9.0-RELEASE-i386/egg/pkg_resources.py", line 592, in resolve pkg_resources.VersionConflict: (zc.buildout 1.5.2 (/usr/local/lib/python2.7/site-packages/zc.buildout-1.5.2-py2.7.egg), Requirement.parse('zc.buildout==1.4.4')) -- View this message in context: http://plone.293351.n2.nabble.com/pkg-resources-VersionConflict-tp7557061p7557108.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
