RE: [Zope] upgrade from 2.7 to 2.10 restore backup

2008-02-23 Thread Chris Hoy
Thanks
was using the wrong version of python 2.5 instead of 2.4 

-Original Message-
From: Andreas Jung [mailto:[EMAIL PROTECTED] 
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 + Chris Hoy [EMAIL PROTECTED]
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



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] upgrade from 2.7 to 2.10 restore backup

2008-02-22 Thread Chris Hoy
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
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] upgrade from 2.7 to 2.10 restore backup

2008-02-22 Thread Andreas Jung



--On 22. Februar 2008 16:49:11 + Chris Hoy [EMAIL PROTECTED] 
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

pgpTu0rGDOCxw.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )