Here is my configure.zcml:<br><br>&lt;configure xmlns=&quot;<a href="http://namespaces.zope.org/zope">http://namespaces.zope.org/zope</a>&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:i18n=&quot;<a href="http://namespaces.zope.org/i18n">http://namespaces.zope.org/i18n
</a>&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i18n_domain=&quot;library&quot;&gt;<br><br>&nbsp; &lt;include file=&quot;permissions.zcml&quot; /&gt;<br>&nbsp; &lt;include file=&quot;roles.zcml&quot; /&gt;<br>&nbsp; <br><br><br><div><span class="gmail_quote">
On 8/13/07, <b class="gmail_sendername">Philipp von Weitershausen</b> &lt;<a href="mailto:philipp@weitershausen.de">philipp@weitershausen.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Andrew Rodriguez wrote:<br>&gt; I was trying to use zopeproject, but when I have any zcml,<br>&gt; and I run ./bin/paster serve deploy.ini, I get a ConfigurationError.<br>&gt;<br>&gt; The error:<br>&gt;&nbsp;&nbsp; ...<br>&gt;&nbsp;&nbsp; File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/
<br>&gt;&nbsp;&nbsp; python2.4/site-packages/zope.configuration-3.4.0b1-py2.4.egg/<br>&gt;&nbsp;&nbsp; zope/configuration/config.py&quot;, line 485, in factory<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; raise ConfigurationError(&quot;Unknown directive&quot;, ns, n)<br>&gt;&nbsp;&nbsp; 
zope.configuration.xmlconfig.ZopeXMLConfigurationError : File<br>&gt; &quot;/Users/andrew/biblioteca/site.zcml&quot;, line 4.2-4.34<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ZopeXMLConfigurationError: File<br>&gt; &quot;/Users/andrew/biblioteca/biblioteca/configure.zcml&quot;, line 
5.2-5.37<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ZopeXMLConfigurationError: File<br>&gt; &quot;/Users/andrew/biblioteca/biblioteca/permissions.zcml&quot;, line 3.2<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ConfigurationError: (&#39;Unknown directive&#39;,<br>&gt; u&#39;<a href="http://namespaces.zope.org/zope">
http://namespaces.zope.org/zope</a>&#39;, u&#39;permission&#39;)<br>&gt;<br>&gt; And my permission.zcml:<br>&gt;<br>&gt; &lt;configure xmlns=&quot;<a href="http://namespaces.zope.org/zope">http://namespaces.zope.org/zope</a>
&quot;&gt;<br>&gt;&nbsp;&nbsp; &lt;permission<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id=&quot;library.ViewBooks&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title=&quot;View books&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<br>&gt;&nbsp;&nbsp;...<br>&gt;<br>&gt; This happens with every thing, even simple things such as &lt;class ...&gt;,
<br>&gt; so my question would be how would I get paster to recognize them.<br><br>Where and how are you including permission.zcml? Order matters with ZCML.<br><br><br>--<br><a href="http://worldcookery.com">http://worldcookery.com
</a> -- Professional Zope documentation and training<br><br>_______________________________________________<br>Zope3-users mailing list<br><a href="mailto:Zope3-users@zope.org">Zope3-users@zope.org</a><br><a href="http://mail.zope.org/mailman/listinfo/zope3-users">
http://mail.zope.org/mailman/listinfo/zope3-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Andrew