27 Sep
2001
27 Sep
'01
12:50 p.m.
Thaks for your help, but it doesn't work for me. So far, I have deleted the catalog, but have the same Error when importing it. Jens Vagelpohl wrote:
nils,
this is actually a bug in 2.4.1. a file was omitted that makes changes to the Splitter modules backwards-compatible for content and catalogs that have been created under an earlier version of Zope.
AFAIK this will be fixed in the next release, what you can do right now is to make a file Splitter.py on the file system under <zope>/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter with the content::
from ZopeSplitter import * Splitter = ZopeSplitter
that fixed it for me.
jens