[Pybsddb] [pybsddb] Feedback: pybsddb 4.6.1pre2
Jesus Cea
jcea at argo.es
Thu Mar 6 18:25:49 CET 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Pierre LEBRECH wrote:
| How could I test easily this new fresh release without breaking my
| existing installation?
1. Download from SVN.
2. Compile ("python setup.py build")
3. You will have a "build/lib.*" directory. There you have a "bsddb3"
dir. Just put that directory first in your "sys.path". Something like
"sys.path.insert(0,'/datos/pybssdb/trunk/future/build/lib.solaris-2.10-i86pc-2.5/')"
in my case, for example.
To be sure you are using the right library, just do:
"""
import bsddb3 as bsddb
print bsddb.__version__
print bsddb.__path__
| Note : My program has evolved and work well now. But I could perhaps
| take back an old version from my CVS tree!
I would like to know details about the previous failures. They could
help to improve pybssdb.
- --
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
iQCVAwUBR9ApFplgi5GaxT1NAQJkmwQApMWkN9vVoaP3LjDfgIsDbquUOrvBsNT7
FznR6mxIzdmy1Ajh6dnX02tRUdXXcKckgqZmQf0L1tOlJpsyYOUjBtxD5dEPeuGd
l8FbxCXTVpTMzRr/rUo3VsndZlh9GzVXx29Wb9agtrEvB/EMD7zRaNvx+xSz1RX3
G5bOf1u7hCE=
=6xsU
-----END PGP SIGNATURE-----
More information about the pybsddb
mailing list