[pybsddb] Error message when install Berkeley DB Please help.

Jesus Cea jcea at jcea.es
Thu Apr 25 00:18:07 CEST 2024


On 24/4/24 22:15, Decao Yin wrote:
> First, this error occurred during the installation process of 
> Berkeleydb, therefore the berkeleydb is not installed yet.

Python berkeleydb module provides the binding for Oracle Berkeley DB. 
You must install first Oracle Berkeley DB and then you install my module 
to get access to the Oracle Berkeley DB library from Python code.

You can download BerkeleyDB for MS Windows at 
<https://www.oracle.com/database/technologies/related/berkeleydb-downloads.html>. 
You will need to signup in Oracle website first.

My bindings works for Oracle BerkeleyDB 4.8, 5.3, 6.1 and 18.1. Install 
whatever version suits you. Note than releases 6.1 and 18.1 have a far 
more strict license.

After that, we can work together to make my bindings works on Windows. 
It should be easy... in theory.

My plan is, with your help, to create a binary release that people on 
Windows can install without needing such a complicated dance.

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
jcea at jcea.es - https://www.jcea.es/    _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @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


More information about the pybsddb mailing list