[Zope] "No module named Splitter" on importing an 2.4.3 folder into 2.5.1b1
Dieter Maurer
dieter@handshake.de
Fri, 22 Mar 2002 23:28:02 +0100
Hamish Lawson writes:
> I've exported a folder from a Zope 2.4.3 server, but when I try to
> import it into a Zope 2.5.1b1 server I get the error below about no
> Splitter module; both Zope servers are running on the same Solaris 8
> machine.
>
> Error Type: ImportError
> Error Value: No module named Splitter
The "Splitter" has moves (from "SearchIndex" to "Products/PluggableIndexes/...").
Under Unix, you can make a symbolic link, under Windows, you would probably
copy it to the old location.
Dieter