[Zope-dev] trying out the buildout-based Zope 2.12...

Chris Withers chris at simplistix.co.uk
Fri Mar 27 16:47:21 EDT 2009


Hey All,

I'm trying to get Zope 2.12 working with buildout, in the absence of 
docs, I thought I'd try:

[buildout]
parts = zopetest

[zopetest]
recipe = zc.recipe.egg
interpreter = py
eggs =
   zope2

...and was rewarded with:

Got zope.principalregistry 3.7.0.
While:
   Installing zopetest.
Error: There is a version conflict.
We already have: zope.component 3.5.1
but zope.app.security 3.7.0 requires 'zope.component>=3.6.0'.


wtf?

Chris


More information about the Zope-Dev mailing list