Re: Is dbm module missing?

Guido.van.Rossum@cwi.nl
Tue, 09 Aug 1994 16:16:38 +0200

> Is the "dbm" module not properly linked into the current version
> of Python? I've tried using "dbm.open(...)" and the interpreter
> complains about the name "dbm". I looked at the Makefile in
> the Modules/ directory, and the dbm code sure doesn't look like
> it gets put in the library....

Look in the Modules/Setup file -- I bet the line for dbm is commented
out.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
<URL:http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>