wasm-demo/demo/ermis-f/python_m/cur/0458

42 lines
1.2 KiB
Plaintext

From: robin at alldunn.com (Robin Dunn)
Date: Mon, 26 Apr 1999 19:33:00 -0700
Subject: Looking for db.h - its not in the 1.5.2 source kit
References: <924903339.24130.0.nnrp-10.9e982a40@news.demon.co.uk>
Message-ID: <Kp9V2.2$FF.1179907@news.randori.com>
X-UID: 458
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.com
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.demon.co.uk>...
>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
>
>