maemo.org Bugzilla – Full Text Bug Listing |
Summary: | Python missing bsddb module | ||
---|---|---|---|
Product: | [Extras] PyMaemo | Reporter: | Nick Leppänen Larsson <frals> |
Component: | General | Assignee: | Lauro Moura <lauro.neto> |
Status: | RESOLVED FIXED | QA Contact: | general |
Severity: | normal | ||
Priority: | Unspecified | CC: | lauro.neto |
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | Maemo |
SOFTWARE VERSION: 2.2009.51-1 & 3.2010.02-8 python 2.5.2-3maemo3 EXACT STEPS LEADING TO PROBLEM: Run the python interpreter. import bsddb EXPECTED OUTCOME: Module imported successfully ACTUAL OUTCOME: Python 2.5.4 (r254:67916, Nov 26 2009, 22:24:46) [GCC 4.2.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import bsddb Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/bsddb/__init__.py", line 51, in <module> import _bsddb ImportError: No module named _bsddb REPRODUCIBILITY: 10/10 EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3