[issue2329] ImportError: No module named _bsddb

Gregory P. Smith report at bugs.python.org
Thu Mar 20 16:32:34 CET 2008


Gregory P. Smith <greg at krypto.org> added the comment:

BerkeleyDB is detected when make runs setup.py.  Look in the output from
your make and you'll see a message about whether or not a useful
BerkeleyDB library and include files were found.

Typically this happens on linux distros because people do not have a
bsddb-dev type package installed containing the header files needed to
compile.

----------
nosy: +gregory.p.smith
priority:  -> low
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2329>
__________________________________


More information about the Python-bugs-list mailing list