"No module named Splitter" on importing an 2.4.3 folder into 2.5.1b1
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 Traceback (innermost last): File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 114, in publish File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook (Object: Zope) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 98, in publish File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/mapply.py, line 88, in mapply (Object: manage_importObject) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 39, in call_object (Object: manage_importObject) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/OFS/ObjectManager.py, line 521, in manage_importObject (Object: Zope) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/OFS/ObjectManager.py, line 537, in _importObjectFromFile (Object: Zope) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/ExportImport.py, line 79, in importFile File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/Transaction.py, line 234, in commit File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/Connection.py, line 235, in commit File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/ExportImport.py, line 148, in _importDuringCommit ImportError: (see above) Anyone got any ideas? Thanks, Hamish Lawson
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
I've seen this problem because the "tar" command available on Solaris truncates really long filenames. Maybe this is causing your problem? Hamish Lawson wrote:
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
Traceback (innermost last): File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 114, in publish File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/Zope/__init__.py, line 159, in zpublisher_exception_hook (Object: Zope) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 98, in publish File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/mapply.py, line 88, in mapply (Object: manage_importObject) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 39, in call_object (Object: manage_importObject) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/OFS/ObjectManager.py, line 521, in manage_importObject (Object: Zope) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/OFS/ObjectManager.py, line 537, in _importObjectFromFile (Object: Zope) File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/ExportImport.py, line 79, in importFile File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/Transaction.py, line 234, in commit File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/Connection.py, line 235, in commit File /spare/hamish/Zope-2.5.1b1-solaris-2.6-sparc/lib/python/ZODB/ExportImport.py, line 148, in _importDuringCommit ImportError: (see above)
Anyone got any ideas?
Thanks, Hamish Lawson
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Dieter Maurer -
Hamish Lawson -
John Ziniti