[issue2329] ImportError: No module named _bsddb

2008-03-20 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] 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

[issue2329] ImportError: No module named _bsddb

2008-03-19 Thread Trent Nelson
Trent Nelson [EMAIL PROTECTED] added the comment: Please provide more information about your platform. Also note that ./configure needs to be able to find pre-existing bsddb libs in order for Python to build the _bsddb module. -- nosy: +Trent.Nelson

[issue2329] ImportError: No module named _bsddb

2008-03-17 Thread dd
New submission from dd [EMAIL PROTECTED]: 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