bsddb crashes on windows

Martin v. Löwis martin at v.loewis.de
Fri Mar 7 03:07:42 EST 2003


Vijay Rao <vijay at accellion.com> writes:

> Does this mean that if I use bsddb3 with Python 2.2 I wont have to
> make any change when I use the same code base with
> Python 2.3.

No, it doesn't. Python 2.3 calls the package "bsddb" (for backwards
compatibility, and also because bsddb3 is misnamed - it supports
Sleepycat DB 4.x as well). So you have to adjust all your imports.

Regards,
Martin





More information about the Python-list mailing list