[pypy-dev] No Module _bsddb

Matti Picus matti.picus at gmail.com
Mon Jun 9 20:41:17 CEST 2014


It would seem to be pretty easy to support in the same way as we support 
gdbm: as a thin cffi wrapper around the Berkely DB shared object. This 
might be something a new developer could easily contribute...
Matti

On 06/09/2014 08:29 AM, Benjamin Peterson wrote:
> 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.
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev



More information about the pypy-dev mailing list