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

Responder a