[pypy-issue] [issue1278] Cannot import dbm module

Steven James tracker at bugs.pypy.org
Thu Oct 4 17:31:41 CEST 2012


New submission from Steven James <steven.james at gmail.com>:

1) Download pypy 1.9
2) bin/pypy
3) import dbm
4) fails with:

Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/home/sjames/pypy-1.9/lib_pypy/dbm.py", line 131, in <module>
    raise ImportError("Cannot find dbm library")
ImportError: Cannot find dbm library

reproduced by fijal on linux

----------
messages: 4819
nosy: pypy-issue, soundstripe
priority: bug
status: unread
title: Cannot import dbm module

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1278>
________________________________________


More information about the pypy-issue mailing list