Compilation problem with Python < 2.6 and db >= 4.7

"Martin v. Löwis" martin at v.loewis.de
Mon Jul 20 18:39:11 EDT 2009


> Is there a way to make the bsddb module compile against db>=4.7 for python < 2.6
> (2.4.6, 2.5.4)?

I don't think so, no.

> I didn't find something on it.

If you don't want to use pybsddb either, for fear of incompatible API,
your only choice is to port _bsddb.c to the newer db versions. BSDDB
is in the tradition of both breaking the data format and the API
frequently, so we (python-dev) have given up on it.

Regards,
Martin



More information about the Python-list mailing list