Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-13 Thread Gary Poster
On Sep 13, 2008, at 2:43 PM, Santiago Videla wrote: > Hi, > > more reports... :) > > > > If you want a Zope 2 instance to run the zc.async dispatcher/worker > threads, then it might be better to get the DB that zope is using. > In Zope 3, there's an event you can subscribe to to get the DB.

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-13 Thread Gary Poster
On Sep 12, 2008, at 7:16 PM, Santiago Videla wrote: > Hi Gary, > > > If you want a Zope 2 instance to run the zc.async dispatcher/worker > threads, then it might be better to get the DB that zope is using. > In Zope 3, there's an event you can subscribe to to get the DB. > Maybe there's s

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-13 Thread Santiago Videla
Hi, more reports... :) >> If you want a Zope 2 instance to run the zc.async dispatcher/worker >> threads, then it might be better to get the DB that zope is using. In Zope >> 3, there's an event you can subscribe to to get the DB. Maybe there's >> something similar in Zope 2 these days? >> >

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-12 Thread Santiago Videla
Hi Gary, > If you want a Zope 2 instance to run the zc.async dispatcher/worker > threads, then it might be better to get the DB that zope is using. In Zope > 3, there's an event you can subscribe to to get the DB. Maybe there's > something similar in Zope 2 these days? > I found it. but I'm n

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-12 Thread Gary Poster
On Sep 12, 2008, at 1:23 AM, Santiago Videla wrote: > Well, after some hours and many buildouts done, I couldn't get this > running. > > The best approach I got is like this (using repoze.plone): > 1) just run the standard buildout.cfg for repoze.plone > 2) add zc.async to the eggs section in t

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-11 Thread Santiago Videla
Well, after some hours and many buildouts done, I couldn't get this running. The best approach I got is like this (using repoze.plone): 1) just run the standard buildout.cfg for repoze.plone 2) add zc.async to the eggs section in the buildout and run again. It's important to add the egg here, when

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-11 Thread Michael Dunstan
On Fri, Sep 12, 2008 at 5:02 AM, Santiago Videla <[EMAIL PROTECTED]> wrote: > Hi guys, > >>> >>> z3c.recipe.fakezope2eggs lets you tame these kind of dependencies. See >>> http://pypi.python.org/pypi/z3c.recipe.fakezope2eggs >>> >>> plone.recipe.zope2install includes a couple of options for making

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-11 Thread Santiago Videla
Hi guys, > z3c.recipe.fakezope2eggs lets you tame these kind of dependencies. See >> http://pypi.python.org/pypi/z3c.recipe.fakezope2eggs >> >> plone.recipe.zope2install includes a couple of options for making use >> of that too. See http://pypi.python.org/pypi/plone.recipe.zope2install >> > Nic

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-10 Thread Gary Poster
On Sep 10, 2008, at 5:27 PM, Michael Dunstan wrote: > On Thu, Sep 11, 2008 at 6:55 AM, Santiago Videla > <[EMAIL PROTECTED]> wrote: > >> * How can I solve this problem?? There is any way to say in the >> buildout.cfg: "Ignore the zope.testing package" >> I guess that I won't be able to run the

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-10 Thread Michael Dunstan
On Thu, Sep 11, 2008 at 6:55 AM, Santiago Videla <[EMAIL PROTECTED]> wrote: > * How can I solve this problem?? There is any way to say in the > buildout.cfg: "Ignore the zope.testing package" >I guess that I won't be able to run the tests for zc.async, but I can > live with that... z3c.recipe

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-10 Thread Gary Poster
On Sep 10, 2008, at 5:01 PM, Santiago Videla wrote: > Hi Gary > > thanks for the help > > > That's a shame. Could it be that, if you specify a version of > zope.testing in your setup.py that is equivalent to the version of > zope.testing in your Plone app, the overwriting happens but without

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-10 Thread Santiago Videla
Hi Gary thanks for the help That's a shame. Could it be that, if you specify a version of zope.testing > in your setup.py that is equivalent to the version of zope.testing in your > Plone app, the overwriting happens but without ill effects? I bet that > would work. > I will have to this with

Re: [Zope3-Users] zc.async in Zope2/Plone

2008-09-10 Thread Gary Poster
On Sep 10, 2008, at 2:55 PM, Santiago Videla wrote: > Hi people, Hi! > I want to use zc.async in a Zope2/Plone web app. The problem that I > found it's that zc.async requires zope.testing. > When I run buildout it seems that zope.testing overwrite the testing > module from zope2 (instance/