upgrade from 2.7 to 2.10 restore backup
Hi I am in the process of moving my wiki to a new machine. The new machine is unbunto 7.10. I have zope2.10 up and running but when i try and restore the backup from 2.7 I get the following error Traceback (most recent call last): File "/usr/lib/zope2.10/bin/repozo.py", line 74, in <module> from ZODB.FileStorage import FileStorage File "/usr/lib/zope2.10/lib/python/ZODB/__init__.py", line 20, in <module> from persistent import TimeStamp File "/usr/lib/zope2.10/lib/python/persistent/__init__.py", line 19, in <module> from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY ImportError: /usr/lib/zope2.10/lib/python/persistent/cPersistence.so: undefined symbol: Py_InitModule4 Chris
--On 22. Februar 2008 16:49:11 +0000 Chris Hoy <Chris.hoy@hoyc.fsnet.co.uk> wrote:
from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY ImportError: /usr/lib/zope2.10/lib/python/persistent/cPersistence.so: undefined symbol: Py_InitModule4
This looks more like a broken Zope installation than an issue caused by your restore operation.. -aj
Thanks was using the wrong version of python 2.5 instead of 2.4 -----Original Message----- From: Andreas Jung [mailto:lists@zopyx.com] Sent: 23 February 2008 07:32 To: Chris Hoy; zope@zope.org Subject: Re: [Zope] upgrade from 2.7 to 2.10 restore backup --On 22. Februar 2008 16:49:11 +0000 Chris Hoy <Chris.hoy@hoyc.fsnet.co.uk> wrote:
from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY ImportError: /usr/lib/zope2.10/lib/python/persistent/cPersistence.so: undefined symbol: Py_InitModule4
This looks more like a broken Zope installation than an issue caused by your restore operation.. -aj
participants (2)
-
Andreas Jung -
Chris Hoy