> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to