[Zope3-Users] zopeproject zcml problem
Andrew Rodriguez
nitromaster101 at gmail.com
Sun Aug 12 21:37:10 EDT 2007
Hello,
I was trying to use zopeproject, but when I have any zcml,
and I run ./bin/paster serve deploy.ini, I get a ConfigurationError.
The error:
...
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/zope.configuration-3.4.0b1-py2.4.egg/
zope/configuration/config.py", line 485, in factory
raise ConfigurationError("Unknown directive", ns, n)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
"/Users/andrew/biblioteca/site.zcml", line 4.2-4.34
ZopeXMLConfigurationError: File
"/Users/andrew/biblioteca/biblioteca/configure.zcml", line 5.2-5.37
ZopeXMLConfigurationError: File
"/Users/andrew/biblioteca/biblioteca/permissions.zcml", line 3.2
ConfigurationError: ('Unknown directive', u'
http://namespaces.zope.org/zope', u'permission')
And my permission.zcml:
<configure xmlns="http://namespaces.zope.org/zope">
<permission
id="library.ViewBooks"
title="View books"
/>
...
This happens with every thing, even simple things such as <class ...>,
so my question would be how would I get paster to recognize them.
Thanks!
--
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20070812/ec05e417/attachment.htm
More information about the Zope3-users
mailing list