Comment 2 for bug 226292

Revision history for this message
Chris Bainbridge (chris-bainbridge) wrote : Re: ZODB modules not added to pythonpath by python-zodb package in Hardy

It looks like cPersistence.so isn't built for python2.5. Manually adding softlinks to /usr/lib/python2.4/site-packages/persistent gives warnings like: "RuntimeWarning: Python C API version mismatch for module _OOBTree: This Python has API version 1013, module _OOBTree has version 1012. " In the case of my application, there is some incompatibility causing the loaded data to fail (which I have no time to investigate atm), so the soft link solution doesn't work.