Menu

#57 Installation problen on Windows

closed-wont-fix
nobody
None
5
2006-06-05
2005-09-20
Anonymous
No

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.

Discussion

  • Gregory P. Smith

    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.

     
  • Gregory P. Smith

    • status: open --> closed-wont-fix
     

Log in to post a comment.

MongoDB Logo MongoDB