Lennart Regebro wrote:
On Nov 16, 2007 11:41 AM, Lennart Regebro <[EMAIL PROTECTED]> wrote:
On Nov 16, 2007 3:38 AM, Martin Aspeli <[EMAIL PROTECTED]> wrote:
Help appreciated!
Well, I suggest you forget about ZCML and try to use the CA directly
from Python. The Pylons people would probably appreciate the lack of
XML anyway. :)

i'd also recommend this. i've actually been working on a pylons app that uses zope.component, it works like a dream. zope.component brings in a total of 6 eggs, IIRC. if you really want zcml-like separation of config and code, then put your python configuration declarations in a separate module.

this not only Just Works(tm), but i think lennart's point about not scaring people away w/ an XML-based config language is a huge one.

-r

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )

Reply via email to