[Zope] Upgrading Zope instances from 2.5 to 2.6a
Dieter Maurer
dieter@handshake.de
Mon, 23 Sep 2002 19:15:00 +0200
Gitte Wange writes:
> ...
> Module ZODB.Connection, line 533, in setstate
> SystemError: Failed to import class Splitter from module
> Products.PluginIndexes.TextIndex.Splitter.ZopeSplitter
I got this same error message when I had not recompiled Zope.
"ZopeSplitter" is implemented in "C" (you need a "*.so"/"*.pyd" object).
It must be compiled and linked before it becomes usable.
Dieter