On Tue, Feb 22, 2005 at 04:06:18PM +0100, Marco Bizzarri wrote:
John Poltorak wrote:
On Tue, Feb 22, 2005 at 12:24:15PM +0100, trashMan wrote:
Ciao marco,
there is a command-line utility in lib/python/ZODB/fsrecover.py that will repair damaged Data.fs files.
First back up your Data.fs then
python lib/python/ZODB/fsrecover.py var/Data.fs
I just tried this and get lots of errors... such as
This Python has API version 1012, module xxxx has version 1011.
What to do?
It looks like you're using different releases of python from the one you've compiled Zope.
Try using the same version as the one which is used for Zope.
How do I tell which version of Python was used to build Zope? And what do I do if I want to upgrade python? Do I also need to rebuild Zope?
Regards Marco
-- John