Hola, Diego.

No sé exactamente qué puede ser lo que falla. (¿Qué versión de Plone usas?) Yo estoy usando este producto, aunque no estoy actualizado a la última versión. Lo que sí te puedo decir es que la lista de distribución del producto (en inglés) es muy activa y los desarrolladores suelen contestar a este tipo de problemas de forma amable y rápida.

Un saludo
David

El 07/01/2009, a las 22:08, Diego D'Angelo escribió:

Gente, alguien tiene experiencia con este producto?
Quise probarlo con buildout y siguiendo los tips de su instalacion el buildout se fuma una chala diciendome lo siguiente:

.........
Error: There is a version conflict.
We already have: ZODB3 0.0
but zope.index 3.5.0 requires
.........

A alguien le paso esto ya?

Las lineas que agregue a mi buildout son las figuran aca:

http://plone.org/products/dancing/#installation


o sea:

#

en buildout.cfg file and look for the eggs key in the instance section. Add collective.dancing to that list. Your list will look something like this:

eggs =
  ${buildout:eggs}
  ${plone:eggs}
  collective.dancing

In the same section, look for the zcml key. Add collective.dancing here, too:

zcml = collective.dancing

#

Still in your buildout configuration file, look for the [zope2] section (which uses the plone.recipe.zope2install recipe), and add the following lines to it:

fake-zope-eggs = true
additional-fake-eggs = ZODB3
skip-fake-eggs =
  zope.testing
  zope.component
  zope.i18n
  zope.sendmail

#

Now that we're done editing the buildout configuration file, we can run buildout again:

$ ./bin/buildout -v

_______________________________________________
Plone-ConoSur mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/plone-conosur


_______________________________________________
Plone-ConoSur mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/plone-conosur

Responder a