[ZODB-Dev] RE: Corrupt db when trying to pack

Christian Robottom Reis kiko at async.com.br
Tue Oct 5 11:11:29 EDT 2004


On Mon, Oct 04, 2004 at 05:31:47PM -0400, Tim Peters wrote:
> > You mentioned upgrading to a newer version of ZODB. Is it just a matter
> > of updating the python files?
> 
> And recompiling the C parts (some of ZODB is implemented in C).  Maybe
> someone who normally runs on Linux here could give you a better answer; I
> *think* it's just a matter of downloading the ZODB tarball, then running
> "setup.py install" with some magical argument pointing to the lib/python/
> part of your Zope tree.  Anyone know exactly what to do?

Indeed, if your ZODB isn't installed into the default site-packages
directory, it's a matter of doing

    setup.py install --install-platlib=/where/Zope/lives/

and it will place the files in

    /where/Zope/lives/ZEO/
    /where/Zope/lives/ZODB/
    /where/Zope/lives/ZConfig/

.. etc.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331


More information about the ZODB-Dev mailing list