From: Yuval T. <yu...@ad...> - 2006-06-12 13:53:47
|
Alisdair Tullo wrote: > > On Mon, 12 Jun 2006, Yuval Turgeman wrote: >> Use "file _db2.so" and paste back the output. :-) > > I just thought of that :) I can confirm that it is a 64-bit binary. > > I'm also in the process of finding out that I have a 64-bit Python and > so building a 32-bit module for it won't work. I think my best bet > will be to create a 64-bit DB instance. Yep - you have to run everything (db instance, python, and pydb2) either in 32 or 64 bit mode. You can't mix them (db instance 32 bit and python 64 bit for example) |