<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi there,<br><br>First of all thanks for creating a module that can work with python and berkeley DB and also for all the contributions here. <br><br>Wanted to ask a simple (stupid may be) question regarding installing the module<br><br>I am trying to learn and see whether I would be able to use berkeley DB for my application and having some difficulty in getting it installed. I am using Windows XP 32 bit version and working with python 2.6.4. <br><br>Downloaded the bsddb3-4.8.3 version of the module and is placed in the Python264\Lib\site-packages but when I try to run the setup.py it gives an error <br><br>"No such file or directory: 'db/include\\db.h'"<br><br>Berkeley DB is installed by the Oracle windows executables and the folder where it is installed is E:\Joe\Application\BerkeleyDB<br><br>Reading the setup2.py in notes in it talks about <br><br># So to
 make things easier, I'm just going to exepect that the DB stuff<br># has been moved to the ./db directory. There's an updatedb.bat file to<br># help.<br><br> Am I suppose to move the files to any directory .? I couldn't find the updatedb.bat file in the <br>bsddb3-4.8.3 folder.<br><br>Also going through the Readme file it talks about the <br><br># If you are on a Win32 system then you can just get the binary<br># installer and run it and then you'll be all set.<br><br>Couldn't find any windows installer too. Is there a way I can get this working, I am sorry if it is too obvious. <br><br>tried some variations of --lflags="-Xlinker -rpath -Xlinker /Application/BerkeleyDB/lib"<br>And --berkeley-db=/Application/BerkeleyDB<br>with no success<br><br>I think, need to link the&nbsp; module to know where the Berkeley DB is, but don't know how to link it. Any help.?<br><br>Really appreciate all your time and help.<br><br>Thanks<br></td></tr></table><br>