bsddb version?

Peter Hansen peter at engcorp.com
Sun Oct 23 12:25:04 EDT 2005


leasun wrote:
> Anybody knows which version bsddb is released with py2.3 and py2.4?

Is this what you wanted?

Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
win32
>>> import bsddb
>>> bsddb.__version__
'4.3.0'

I'll leave it up to you to do the work to find out what it is on
Python2.3...  I hope you can manage the effort. ;-)

-Peter



More information about the Python-list mailing list