Lennart Regebro wrote:
On Nov 16, 2007 11:41 AM, Lennart Regebro <regebro@gmail.com> wrote:
On Nov 16, 2007 3:38 AM, Martin Aspeli <optilude@gmx.net> 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