Producto singing and dancing

3 messages Options
Embed this post
Permalink
Diego D'Angelo

Producto singing and dancing

Reply Threaded More More options
Print post
Permalink
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
[hidden email]
http://lists.plone.org/mailman/listinfo/plone-conosur
David Picó Vila

Re: Producto singing and dancing

Reply Threaded More More options
Print post
Permalink
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
> [hidden email]
> http://lists.plone.org/mailman/listinfo/plone-conosur


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

Re: Producto singing and dancing

Reply Threaded More More options
Print post
Permalink
In reply to this post by Diego D'Angelo
On Wed, Jan 7, 2009 at 7:08 PM, Diego D'Angelo <[hidden email]> 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
> [hidden email]
> 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
[hidden email]
http://lists.plone.org/mailman/listinfo/plone-conosur