[pypy-dev] No Module _bsddb

Benjamin Peterson benjamin at python.org
Mon Jun 9 07:29:38 CEST 2014


On Sun, Jun 8, 2014, at 22:18, wpf wrote:
> 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.

PyPy doesn't support the bsddb module.


More information about the pypy-dev mailing list