bsddb crashes on windows
Martin v. Löwis
martin at v.loewis.de
Fri Mar 7 03:05:18 EST 2003
Jarek Zgoda <jzgoda at usun.gazeta.pl> writes:
> Will the current code (using bsddb) be runnable under 2.3 without
> modifications?
Yes. However, different Sleepycat DB versions use different data
formats for the on-disk storage, so you may (*) need to run db_upgrade
on your data files.
Regards,
Martin
(*) On some systems, in particular Linux, Python 2.2 was already using
a new libdb if available. In that case, Python 2.3 will merely expose
more of its API, and the underlying libdb will remain the same.
More information about the Python-list
mailing list