On Wed, Jan 7, 2009 at 7:08 PM, Diego D'Angelo <[email protected]> wrote: > 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 >
Hola Diego, tenes configurado un directorio donde se descargan todos los eggs juntos ? porque a mi me paso un error similar y yo utilizo un solo directorio a donde buildout baja todas las cosas, de esa manera se comparten entre instancias y no hace falta descargar todo nuevamente. Pero por ahi tenes problemas de este tipo. Yo para serte sincero, no recuerdo exactamente que hice para solucionarlo, me parece que traje la version que necesitaba a mano, la puse en el directorio y corri el buildout en modo offline. Fijate si eso te sirve, y sino fijate de correr el buildout de manera mas verbosa (por ejemplo ./bin/buildout -vvv) y pegando el resultado aca para ver si podemos descifrar algo... Saludos y suerte, Franco -- "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein -- "No se vive celebrando victorias, sino superando derrotas." -- Linux User #456432 --------- _______________________________________________ Plone-ConoSur mailing list [email protected] http://lists.plone.org/mailman/listinfo/plone-conosur
