This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ddk
Recipients ddk
Date 2008-03-17.17:25:41
SpamBayes Score 0.21976769
Marked as misclassified No
Message-id <1205774742.16.0.265427731372.issue2329@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-03-17 17:25:42ddksetspambayes_score: 0.219768 -> 0.21976769
recipients: + ddk
2008-03-17 17:25:42ddksetspambayes_score: 0.219768 -> 0.219768
messageid: <1205774742.16.0.265427731372.issue2329@psf.upfronthosting.co.za>
2008-03-17 17:25:41ddklinkissue2329 messages
2008-03-17 17:25:41ddkcreate