Hello,

I use zgeo.geographer 0.3.1 (from the pypi egg) on Plone 3.1.4
and when Zope loads the configure.zcml, it produces an error (see
trace bellow) which complains about a conflict between 2
permission.zcml files (one from zope.app.security and one from
kss.core)

I know it is not related to zgeo.geographer, but i do not find any
info about anywhere else, and I have seen a message from Sean about it
on Kss-devel mail list:
http://codespeak.net/pipermail/kss-devel/2008-April/000456.html

Sean, in this message you talk about a patch, could you send this
patch to me please ?

Regards,

Eric BREHAULT

zope.configuration.config.ConfigurationConflictError: Conflicting
configuration actions
  For: ('utility', <InterfaceClass
zope.security.interfaces.IPermission>, 'zope.View')
    File 
"/home/ebr/dev/projets/telma/parts/zope2/lib/python/zope/app/security/configure.zcml",
line 72.2-75.8
        <permission
            id="zope.View"
            title="[view-permission] View"
            />
    File 
"/home/ebr/Plone-3.1/buildout-cache/eggs/kss.core-1.4.1-py2.4.egg/kss/core/permission.zcml",
line 5.5-9.6
           <permission
              id="zope.View"
              title="View"
              zcml:condition="installed kss.demo"
          />
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to