[pybsddb] _bsddb.DBNotFoundError: (-30990, 'DB_NOTFOUND: No matching key/data pair found')

Jesus Cea jcea at argo.es
Tue Mar 11 13:54:38 CET 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

wave2050 wrote:
|  >>> print a.first()
| Traceback (most recent call last):
|   File "<stdin>", line 1, in <module>

Hi, wave. I can't reproduce your issue using last released pybsddb (4.6.1).

You probably are using the stock version included in your python.
Please, install new pybsddb (see
http://www.argo.es/~jcea/programacion/pybsddb.htm) and try again.

When you have both versions installed (python one and standalone), to
use the standalone one you must use "import bsddb3" instead of "import
bsddb".

That is: "import bsddb" imports the python included version, and "import
bsddb3" includes the standalone version (that you must install first).

If you use "easy_install" (setuptools), just do "easy_install --upgrade
bsddb3" to install currently released pybsddb.

- --
Jesus Cea Avion                         _/_/      _/_/_/        _/_/_/
jcea at argo.es http://www.argo.es/~jcea/ _/_/    _/_/  _/_/    _/_/  _/_/
jabber / xmpp:jcea at jabber.org         _/_/    _/_/          _/_/_/_/_/
~                               _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBR9aBBZlgi5GaxT1NAQLZvQP9GOkr66789hhx5Aye4G+iBQp7ZjBvNvZs
uPf9lFBEhyCz+zUbDycEUurL6uwjAXt4M2Q/rmuBiVcST3ixEYDpy90sGJtFTUGw
YnrG/f7sqk8Z+5izCiMVRyxyyiwimjxLdgAFUhM326zjtMR34NaOalwrbvYSNSqU
GUXmlsDQllk=
=D+Rv
-----END PGP SIGNATURE-----



More information about the pybsddb mailing list