[Zope] Unpckleable error
Dieter Maurer
dieter@handshake.de
Sat, 26 Jan 2002 20:02:25 +0100
=?iso-8859-1?Q?Vicente_Castell=F3_Ferrer?= writes:
> ...
> I downloaded and installed zope 2.4.3 in other folder, but when I try to
> import a .zexp file I exported from the problematic zope installation (the
> one I upgraded to) it gives me a weird error too:
>
> No module named splitter.
>
> Does s'bdy know where does the splitter module come from? or in which
> product can I fnd it?
It was moved with Zope 2.4 from "SearchIndex" to "Products/PluginIndexes"
(or something like this). "SearchIndex" was supposed to be supported
for some time for reasons of backward compatibility.
Dieter