28 Jan
2007
28 Jan
'07
10:57 p.m.
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