[Dev] ZODB is not a Storage Technology (Re: other formats )Kevin Altis Sun, 3 Nov 2002 16:53:04 -0800
> -----Original Message----- > From: Chris McDonough > > Also, FWIW, there is also an updated bsddb library for Python at > http://pybsddb.sourceforge.net/. It supports the latest bsddb > versions. I'm not certain why it's not shipping with Python itself yet, > although I think I've seen some rumblings on the Python-dev list which > make me think it will be included with the next major Python version. Thanks for the heads up. Here's the thread about "Incorporating bsddb3" on python-dev for anyone else that wants to look into this. http://aspn.activestate.com/ASPN/Mail/Message/1414697 If Chandler standardizes around Python 2.2.2 then it would still be possible to incorporate the latest and greatest bsddb that would work with Python 2.3 and later, assuming licensing issues can be worked out for the underlying db code that may need to be included. If you just rely on the underlying Berkley DB library on Linux, Windows, Mac OS X to be the right version you're probably asking for trouble. ka
|