[Zope-dev] Re: ploneout - Or how using zc.buildout for a common
Zope2 project might look like
Martin Aspeli
optilude at gmx.net
Sun Jan 28 17:57:26 EST 2007
Jim Fulton wrote:
> [foo]
> recipe=zc.recipe.egg
> eggs = egg1 egg2 ...
> interpreter = mypy
> extra-paths = path-to-your-instance/lib/python
> scripts = mypy
This is great :) I used eggs = ${instance:eggs} to make sure it has the
same eggs as our Zope instance, seems to work very well.
I don't suppose there's any way to make old-style products (e.g
Products.CMFCore) available for import as well?
Martin
More information about the Zope-Dev
mailing list