Hi,<div><br></div><div>I just downloaded bsddb3-5.1.2 but can not find build instruction for Windows. The README.txt says to get the binary package, but I can not find a binary download.</div><div><br></div><div>When I try to build using the Unix instruction (see below), it seems that setup is ignoring the path I provide for BerkleyDB directory (db.h is located in c:\wut\files\BerkeleyDB\include\db.h).</div>
<div><br></div><div>What am I doing wrong?</div><div><br></div><div>---</div><div><div>python setup.py --berkeley-db=c:\wut\files\BerkeleyDB build</div><div><br></div><div>Traceback (most recent call last):</div><div> File "setup.py", line 7, in <module></div>
<div> import setup3</div><div> File "E:\prg\py\App\doc2keywords\thirdparties\pybsddb\bsddb3-5.1.2\setup3.py", line 312, in <module></div><div> db_h_lines = open(os.path.join(incdir, 'db.h'), 'r').readlines()</div>
<div>IOError: [Errno 2] No such file or directory: 'db/include\\db.h'</div></div><div>---</div><div><br></div><div>Baptiste.</div>