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

Michael Dunstan michael.dunstan at gmail.com
Thu Sep 11 16:51:23 EDT 2008


On Fri, Sep 12, 2008 at 5:02 AM, Santiago Videla
<santiago.videla at gmail.com> 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 use
>>> of that too. See http://pypi.python.org/pypi/plone.recipe.zope2install
>
>
> Nice, I will try those.
>
> But I have another issue... :(
> I need to use repoze.plone and I don't have any zope2 section in my
> buildout.cfg (needed to use fakezope2eggs). I need to find a way to tell to
> fakezope2eggs where is the python/lib/zope directory

I think you should be able to do that by declaring a zope2-location
for the z3c.recipe.fakezope2eggs part.

[fakezope2eggs]
recipe = z3c.recipe.fakezope2eggs
zope2-location = ...

where ... points to your python directory of python/lib/zope

-- 
Michael Dunstan


More information about the Zope3-users mailing list