Hello,<br><br>I was trying to use zopeproject, but when I have any zcml,<br>and I run ./bin/paster serve deploy.ini, I get a ConfigurationError.<br><br>The error:<br>&nbsp; ...<br>&nbsp; File &quot;/Library/Frameworks/Python.framework/Versions/2.4/lib/
<br>&nbsp; python2.4/site-packages/zope.configuration-3.4.0b1-py2.4.egg/<br>&nbsp; zope/configuration/config.py&quot;, line 485, in factory<br>&nbsp;&nbsp;&nbsp; raise ConfigurationError(&quot;Unknown directive&quot;, ns, n)<br>&nbsp; zope.configuration.xmlconfig.ZopeXMLConfigurationError
: File &quot;/Users/andrew/biblioteca/site.zcml&quot;, line 4.2-4.34<br>&nbsp;&nbsp;&nbsp; ZopeXMLConfigurationError: File &quot;/Users/andrew/biblioteca/biblioteca/configure.zcml&quot;, line 5.2-5.37<br>&nbsp;&nbsp;&nbsp; ZopeXMLConfigurationError: File &quot;/Users/andrew/biblioteca/biblioteca/permissions.zcml&quot;, line 
3.2<br>&nbsp;&nbsp;&nbsp; ConfigurationError: (&#39;Unknown directive&#39;, u&#39;<a href="http://namespaces.zope.org/zope">http://namespaces.zope.org/zope</a>&#39;, u&#39;permission&#39;)<br clear="all"><br>And my permission.zcml:<br><br>
&lt;configure xmlns=&quot;<a href="http://namespaces.zope.org/zope">http://namespaces.zope.org/zope</a>&quot;&gt;<br>&nbsp; &lt;permission<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id=&quot;library.ViewBooks&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title=&quot;View books&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;
<br>&nbsp;...<br><br>This happens with every thing, even simple things such as &lt;class ...&gt;,<br>so my question would be how would I get paster to recognize them.<br><br>Thanks!<br>-- <br>Andrew