[Zope3-Users] error on start
Peter Koppatz
pkoppatz at web.de
Sat Nov 12 16:06:31 EST 2005
Hello,
I performed the following steps:
svn co svn://svn.zope.org/repos/main/Zope3/trunk Zope3
(At revision 40077.)
cd Zope3
/usr/local/bin/python2.4 setup.py -q build_ext -i
cp sample_principals.zcml principals.zcml
/usr/local/bin/python2.4 z3.py
and I got the following output:
AttributesNSImpl(newattrs, qnames))
File "/Users/peter/programme/Zope3/src/zope/configuration/
xmlconfig.py", line 222, in startElementNS
self.context.begin(name, data, info)
File "/Users/peter/programme/Zope3/src/zope/configuration/
config.py", line 550, in begin
self.stack.append(self.stack[-1].contained(__name, __data, __info))
File "/Users/peter/programme/Zope3/src/zope/configuration/
config.py", line 849, in contained
return RootStackItem.contained(self, name, data, info)
File "/Users/peter/programme/Zope3/src/zope/configuration/
config.py", line 717, in contained
factory = self.context.factory(self.context, name)
File "/Users/peter/programme/Zope3/src/zope/configuration/
config.py", line 496, in factory
raise ConfigurationError("Unknown directive", ns, n)
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/Users/
peter/programme/Zope3/site.zcml", line 13.2-13.40
ZopeXMLConfigurationError: File "/Users/peter/programme/Zope3/
securitypolicy.zcml", line 11.2
ConfigurationError: ('Unknown directive', u'http://
namespaces.zope.org/zope', u'role')
What is the missing part?
Peter
More information about the Zope3-users
mailing list