[ZODB-Dev] Re: pybsddb versions

Barry A. Warsaw barry@zope.com
Fri, 7 Dec 2001 10:51:38 -0500


[Cc'ing bsddb-users list -BAW]

>>>>> "TD" == Toby Dickenson <tdickenson@geminidataloggers.com> writes:

    TD> The readme for BerkeleyStorage at
    TD> <http://www.zope.org/Products/bsddb3Storage/README> suggests
    TD> that it needs version 3.3.1 of pybsddb

    TD> However, the 3.3.0 is the latest version at
    TD> <http://sourceforge.net/project/showfiles.php?group_id=13900>. I
    TD> cant see any cvs tags that might be 3.3.1.

    TD> Is this just a typo? It 3.3.0 safe for BerkeleyStorage?

Odd:

Python 2.1.1 (#1, Aug 31 2001, 17:07:00) 
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import bsddb3
>>> bsddb3.__version__
'3.3.1'

I'm using the version from CVS.  I wonder if src/version.h was updated
but never released.

-Barry