[Tutor] berkeley db

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Tue Oct 28 13:34:19 EST 2003



On Tue, 28 Oct 2003, gipson1 wrote:

> I have python 2.2 installed on my redhat machine i want to access
> berkeley database version 4.1 from python
>
> with some sample programs kindly help me to access berkeley db

Hi gipson1,

The standard bsddb library at:

    http://www.python.org/doc/lib/module-bsddb.html

should work if you're using Python 2.3.


But if you have to use Python 2.2, then you can grab pybsddb:

    http://pybsddb.sourceforge.net/

which should have support for the 4.1 database format that you're using.


Good luck!




More information about the Tutor mailing list