[Pythonmac-SIG] Gdbm with Python 2.4.1?
Bob Ippolito
bob at redivi.com
Fri Mar 17 03:51:48 CET 2006
On Mar 16, 2006, at 6:43 PM, James Reese wrote:
> Can anyone tell me how to get Python 2.4.1 to support gdbm short of
> building it from source? Any hints will be greatly appreciated.
If you want gdbm you will have to build from source (either extract
the gdbmmodule.c, write a setup.py for it, and build that separately,
or build all of Python). There is no binary for gdbm available.
-bob
More information about the Pythonmac-SIG
mailing list