[Zope3-Users] Re: zopeproject zcml problem
Philipp von Weitershausen
philipp at weitershausen.de
Tue Aug 14 00:09:13 EDT 2007
On 13 Aug 2007, at 15:18 , Andrew Rodriguez wrote:
> Here is my configure.zcml:
>
> <configure xmlns="http://namespaces.zope.org/zope"
> xmlns:i18n="http://namespaces.zope.org/i18n "
> i18n_domain="library">
>
> <include file="permissions.zcml" />
> <include file="roles.zcml" />
>
>
You seem to have gotten rid of all the <include /> statements that
bootstrap ZCML and then load all the necessary components for your
package. No wonder none of the ZCML directives work...
I suggest you create another project sandbox somewhere and copy the
relevant lines from configure.zcml to your original one.
More information about the Zope3-users
mailing list