bsddb version?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • leasun

    #1

    bsddb version?

    Anybody knows which version bsddb is released with py2.3 and py2.4?
    Thanks.

  • Peter Hansen

    #2
    Re: bsddb version?

    leasun wrote:[color=blue]
    > Anybody knows which version bsddb is released with py2.3 and py2.4?[/color]

    Is this what you wanted?

    Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
    win32[color=blue][color=green][color=darkred]
    >>> import bsddb
    >>> bsddb.__version __[/color][/color][/color]
    '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

    Comment

    Working...