Personal tools
You are here: Home Documentation How To's How to install Plone True Gallery on Plone 3.3.5

How to install Plone True Gallery on Plone 3.3.5

by T. Kim Nguyen last modified Aug 25, 2010 09:48 AM

zope.i18n version mismatch buildout error

If you want to install http://plone.org/products/plone-true-gallery you may get this buildout error with Plone 3.3.5:

# bin/buildout
Updating zope2.
Updating fake eggs
Updating productdistros.
Updating zeoserver.
Installing client1.
Getting distribution for 'plone.z3cform>=0.5.11dev'.
Got plone.z3cform 0.7.0.
While:
 Installing client1.
Error: There is a version conflict.
We already have: zope.i18n 0.0
but plone.z3cform 0.7.0 requires 'zope.i18n>=3.4'.

According to the above product page, all you need to do for Plone 3 is add the following to your buildout.cfg [versions] section or to your versions.cfg:

For Plone 3:

[versions]
    z3c.form = 1.9.0
    plone.app.z3cform = 0.4.8
    plone.z3cform = 0.5.10
    zope.i18n = 3.4.0
    zope.testing = 3.4.0
    zope.component = 3.4.0
    zope.securitypolicy = 3.4.0
    zope.app.zcmlfiles = 3.4.3

and for Plone 4:

[versions]
z3c.form = 2.3.2
plone.app.z3cform = 0.5.0
plone.z3cform = 0.6.0
zope.schema = 3.6.0
Document Actions
  • Print this
  • Bookmarks