Michael Howitz wrote:
Am 14.05.2009 um 11:00 schrieb Roger Ineichen:
The last option I already implemented on the icemac_no_formlib branch in zope.app.exception. z3c.template is used there instead of zope.formlib.
I can merge this branch in the next days and cut a release. As long as z3c.template depends on chameleon, lxml etc. I think this is a no go for core zope packages.
According to its setup.py z3c.template does not depend on chameleon. It depends on "z3c.ptcompat [zpt]" which does not depend on z3c.pt but only on zope.app.pagetemplate.
I still think there's a problem in pulling in 2 more packages. zope.app.exception is not a big package in the amount of code inside.. Could you talk a bit about what your branch is trying to accomplish? (see elsewhere on the thread for a way to cut the dependency of zope.app.publication to zope.app.exception completely with little effort) Regards, Martijn