On Mar 27, 2009, at 4:47 PM, Chris Withers wrote:

> 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?


Try running buildout in verbose mode (-v).

It will tell you why it added zope.component 3.5.1.

Jim

--
Jim Fulton
Zope Corporation


_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to