[Zope] z2 startup exception
Dieter Maurer
dieter at handshake.de
Mon Sep 22 13:52:57 EDT 2003
Arenz, Ralph wrote at 2003-9-22 15:13 +0200:
> ...
> /usr/local/opt/Zope/server/Zope-2.6.2-src/lib/python/Products/ZCatalog/Catal
> og.py, line 377, in catalogObject
> File
> /usr/local/opt/Zope/server/Zope-2.6.2-src/lib/python/Products/PluginIndexes/
> TextIndex/TextIndex.py, line 309, in index_object
> (Object: SearchableText)
> File
> /usr/local/opt/Zope/server/Zope-2.6.2-src/lib/python/ZODB/Connection.py,
> line 554, in setstate
> File
> /usr/local/opt/Zope/server/Zope-2.6.2-src/lib/python/ZODB/Connection.py,
> line 590, in _set_ghost_state
> ImportError: No module named Splitter
During product installation (done automatically during Zope startup)
some product wants to register its help but the help system's
catalog has some problem with the "SearchableText" index.
It references a "Splitter" object but this object cannot be loaded
because the module "Splitter" defining the class is not found.
Unfortunately, I do not know why this happens...
Dieter
More information about the Zope
mailing list