[issue2329] ImportError: No module named _bsddb

dd report at bugs.python.org
Mon Mar 17 18:25:42 CET 2008


New submission from dd <didier.damien at gmail.com>:

Installation from source, python.2.4.5.tgz.
It seems that severals *.so from bsddb are missing:
>>> import bsddb
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/tmp/Python-2.4.5/Lib/bsddb/__init__.py", line 47, in ?
import _bsddb
ImportError: No module named _bsddb

----------
components: Library (Lib)
messages: 63682
nosy: ddk
severity: normal
status: open
title: ImportError: No module named _bsddb
versions: Python 2.4

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


More information about the Python-bugs-list mailing list