« Return to Thread: hurry.tinymce and zc.resourcelibrary conflict
First I removed megrok.form, but nothing worked anymore :) Now after you asked I searched for zc.resourcelibrary in my all dependencies which are generated by omelette. I found out references to zc.resourcelibrary in the following :
megrok.form.configure.zcml
z3c.javascript.*
z3c.widget
zc.datetimewidget
I am not sure how I can remove this dependencies, it this is the only solution.
Here it is from setup.py:
install_requires=['setuptools',
'grok',
'grokui.admin',
# 'zc.catalog',
'hurry.query',
'megrok.login',
'z3c.testsetup',
'grokcore.startup',
'z3c.batching',
'ZSI',
'jsonlib',
'megrok.form',
'plone.memoize',
'hurry.tinymce',
#'hurry.zoperesource',
'pytz',
# Add extra requirements here
I am using grok 1.0a4.
hurry.zoperesource is commented because it is him who is causing the problem, but it is also a required dependency for hurry.tinymce.
What is also puzzling is http://pypi.python.org/pypi/hurry.tinymce/3.2.3.1 :
"The package(hurry.tinymce) has already been integrated for Grok and Zope 3"
I don't understand exactly how it is integrated in to Zope 3. Any ideas ?
Thank you
_______________________________________________
Grok-dev mailing list
Grok-dev@...
http://mail.zope.org/mailman/listinfo/grok-dev
« Return to Thread: hurry.tinymce and zc.resourcelibrary conflict
| Free embeddable forum powered by Nabble | Forum Help |