Categories
Linux

Install Zope Object Database (ZODB) for python

ZODB is a way to store persistent data, ZODB comes with ZOPE.
To import ZODB directly to python.

$ easy_install ZODB3==VERSION

eg: $ easy_install ZODB3==3.8.3


$python
>>> import ZODB

./arun