Hi,
I am getting the following error msg when trying to install
pybsddb on windows.
C:\Dev\Downloads\bsddb3-4.3.3>python setup.py
Traceback (most recent call last):
File "setup.py", line 261, in ?
db_h_lines = open(os.path.join
(incdir, 'db.h'), 'r').readlines()
IOError: [Errno 2] No such file or
directory: 'db/include\\db.h'
C:\Dev\Downloads\bsddb3-4.3.3>python test.py
I couldn't find the binary for the latest version for bsddb
for windows.
Thanks for your help,
Sid.
Logged In: YES
user_id=413
If you intend to compile your own you need to make sure
you've got the right version of the compiler for your python
version and make sure you have build BerkeleyDB (available
from www.sleepycat.com).
Read the setup.py file to see how to tell it where the
BerkeleyDB include and header files are on windows.