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 &quot;setup.py&quot;, line 7, in &lt;module&gt;</div>

<div>    import setup3</div><div>  File &quot;E:\prg\py\App\doc2keywords\thirdparties\pybsddb\bsddb3-5.1.2\setup3.py&quot;, line 312, in &lt;module&gt;</div><div>    db_h_lines = open(os.path.join(incdir, &#39;db.h&#39;), &#39;r&#39;).readlines()</div>

<div>IOError: [Errno 2] No such file or directory: &#39;db/include\\db.h&#39;</div></div><div>---</div><div><br></div><div>Baptiste.</div>