Hey, On Feb 12, 2008 4:15 PM, Ronaldo Z. Afonso <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to configure a content type but it seems my "configure.zcml" > is not being used. Do I have explicitly to tell Zope where this > configure.zcml file is? > Thanks in advance.
Make sure you have your pakage inside of etc/package-includes of your instance. So you if you have a foo package in your lib/python, then you need to put a foo-configure.zcml inside etc/package-includes with: <include package="foo" /> That's it. HTH, Fernando _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users