Hi All
I am trying to use the Pypy under Ubuntu 12.04, and pypy version as below
~$ pypy --version
Python 2.7.6 (2.3+dfsg-1~ppa0, May 20 2014, 09:11:18)
[PyPy 2.3.0 with GCC 4.6.3]
-$ python --version
Python 2.7.3
and when I try to import _bsddb in pypy, it complains that 'No module
named _bsddb'
but it works for python.
so how to resolve it? I 'd tried to google it ,but nothing useful found.
THanks.