[pybsddb] Where can I get build instruction for Windows / Python 3.2?
Baptiste Lepilleur
baptiste.lepilleur at gmail.com
Wed Jun 8 10:07:54 CEST 2011
Hi,
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.
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).
What am I doing wrong?
---
python setup.py --berkeley-db=c:\wut\files\BerkeleyDB build
Traceback (most recent call last):
File "setup.py", line 7, in <module>
import setup3
File
"E:\prg\py\App\doc2keywords\thirdparties\pybsddb\bsddb3-5.1.2\setup3.py",
line 312, in <module>
db_h_lines = open(os.path.join(incdir, 'db.h'), 'r').readlines()
IOError: [Errno 2] No such file or directory: 'db/include\\db.h'
---
Baptiste.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jcea.es/pipermail/pybsddb/attachments/20110608/629b5b51/attachment.htm>
More information about the pybsddb
mailing list