
robin at alldunn
Apr 26, 1999, 7:33 PM
Post #2 of 2
(25 views)
Permalink
|
|
Looking for db.h - its not in the 1.5.2 source kit
[In reply to]
|
|
You can find the Berkeley DB library at http://www.sleepycat.com/db/, you'll need to build this first, and then you can build the bsddb Python module. (You'll first need to change db.h to db_185.h in bsddbmodule.c) For a more complete wrapping of the Berkeley DB library, see my Starship page, http://starship.python.net/crew/robind/index.html (Although it may not be entirly compatible with the latest DB release. It's been a while since I've updated my copy.) -- Robin Dunn robin [at] AllDunn http://AllDunn.com/robin/ http://AllDunn.com/wxPython/ Check it out! Try http://AllDunn.com/laughworks/ for a good laugh. Barry Scott wrote in message <924903339.24130.0.nnrp-10.9e982a40 [at] news>... >Can anyone point me at a copy of db.h that is required to build bsddb >windows >module please? Its missing from the final release 1.5.2 kit. > > BArry > >
|