[Grok-dev] hurry.tinymce and zc.resourcelibrary conflict
modiadi
adi at modiadi.com
Wed Jun 17 05:16:16 EDT 2009
Hello,
I try to use hurry.tinymce in one of my views. For that I added in my
setup.py the following dependencies using install_requires.
'hurry.tinymce',
'hurry.zoperesource',
The problem is that when I start zope I get an error like this :
File "/Users/adi/.buildout/eggs/zope.configuration-3.4.0-py2.4.egg/
zope/configuration/config.py", line 1511, in resolveConflicts
raise ConfigurationConflictError(conflicts)
zope.configuration.config.ConfigurationConflictError: Conflicting
configuration actions
For: ('utility', <InterfaceClass
zope.app.publication.interfaces.IBrowserRequestFactory>, '')
File "/Users/adi/.buildout/eggs/hurry.zoperesource-0.3-py2.4.egg/
hurry/zoperesource/configure.zcml", line 11.2-14.8
<utility
component=".zopesupport.Request"
provides="zope.app.publication.interfaces.IBrowserRequestFactory"
/>
File "/Users/adi/.buildout/eggs/zc.resourcelibrary-1.0.1-
py2.4.egg/zc/resourcelibrary/configure.zcml", line 12.2-15.8
<utility
component=".publication.Request"
provides="zope.app.publication.interfaces.IBrowserRequestFactory"
/>
For me it looks like a conflict between hurry.zoperesource and
zc.resourcelibrary.
I have tried to use other *.tinymce packages ( they are plenty) but
without much success. It also looks like hurry.tinymce is the most up
to date.
I also tried to remove somehow zc.resourcelibrary from the project,
but I couldn't find exactly who is using it.
Anybody has an idea about a posible solution ?
Thank you all,
Adi
More information about the Grok-dev
mailing list