I've just upgraded from Zope 2.4.1 to Zope 2.4.4b2.
Now I have this error on the log:
2002-06-18T01:24:56 ERROR(200) Zope Couldn't install ZMySQLDA
Traceback (innermost last):
File /home/zope/Zope/lib/python/OFS/Application.py, line 668, in install_produ
ct
(Object: Zope)
(Info: ZMySQLDA)
File /home/zope/Zope/lib/python/Products/ZMySQLDA/__init__.py, line 105, in in
itialize
File /home/zope/Zope/lib/python/App/ProductContext.py, line 395, in registerHe
lp
File /home/zope/Zope/lib/python/App/ProductContext.py, line 313, in registerHe
lpTopic
File /home/zope/Zope/lib/python/OFS/ObjectManager.py, line 324, in _setObject
(Object: Help)
File /home/zope/Zope/lib/python/HelpSys/HelpTopic.py, line 152, in manage_afte
rAdd
(Object: DA.py)
File /home/zope/Zope/lib/python/HelpSys/HelpTopic.py, line 165, in index_objec
t
(Object: DA.py)
File /home/zope/Zope/lib/python/Products/ZCatalog/ZCatalog.py, line 554, in ca
talog_object
(Object: catalog)
File /home/zope/Zope/lib/python/Products/ZCatalog/Catalog.py, line 439, in cat
alogObject
File /home/zope/Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py,
line 363, in index_object
(Object: SearchableText)
File /home/zope/Zope/lib/python/ZODB/Connection.py, line 544, in setstate
ImportError: No module named Splitter
Despite this, the DA seems to be running well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've just upgraded from Zope 2.4.1 to Zope 2.4.4b2.
Now I have this error on the log:
2002-06-18T01:24:56 ERROR(200) Zope Couldn't install ZMySQLDA
Traceback (innermost last):
File /home/zope/Zope/lib/python/OFS/Application.py, line 668, in install_produ
ct
(Object: Zope)
(Info: ZMySQLDA)
File /home/zope/Zope/lib/python/Products/ZMySQLDA/__init__.py, line 105, in in
itialize
File /home/zope/Zope/lib/python/App/ProductContext.py, line 395, in registerHe
lp
File /home/zope/Zope/lib/python/App/ProductContext.py, line 313, in registerHe
lpTopic
File /home/zope/Zope/lib/python/OFS/ObjectManager.py, line 324, in _setObject
(Object: Help)
File /home/zope/Zope/lib/python/HelpSys/HelpTopic.py, line 152, in manage_afte
rAdd
(Object: DA.py)
File /home/zope/Zope/lib/python/HelpSys/HelpTopic.py, line 165, in index_objec
t
(Object: DA.py)
File /home/zope/Zope/lib/python/Products/ZCatalog/ZCatalog.py, line 554, in ca
talog_object
(Object: catalog)
File /home/zope/Zope/lib/python/Products/ZCatalog/Catalog.py, line 439, in cat
alogObject
File /home/zope/Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py,
line 363, in index_object
(Object: SearchableText)
File /home/zope/Zope/lib/python/ZODB/Connection.py, line 544, in setstate
ImportError: No module named Splitter
Despite this, the DA seems to be running well.
I forgot to say the version I use:
ZMySQLDA-2.0.8
Nobody is using Zmysqlda with Zope 2.4.4 ??
Does it work for you ?
Hi,
6 month later, I still have this problem.
I think the offending lines are context.registerHelp() in __init.py__, which haven't changed on the cvs.
Does this happen also on zope 2.5, 2.6 ??