Running ibm_db-2.0.1\setup.py -q bdist_egg --dist-dir c:\users\mskrze~1\appdata\local\temp\easy_install-deomjq\ibm_db-2.0.1\egg-dist-tmp-oej3cg
ibm_db.c
c:\users\mskrzedzieje\appdata\local\temp\easy_install-deomjq\ibm_db-2.0.1\ibm_db.h(31) : warning C4005: 'PyObject_CheckBuffer' : macro redefinition
c:\python27\include\abstract.h(537) : see previous definition of 'PyObject_CheckBuffer'
ibm_db.c(5306) : warning C4018: '<=' : signed/unsigned mismatch
ibm_db.c(5310) : warning C4018: '<=' : signed/unsigned mismatch
ibm_db.c(5424) : warning C4018: '<=' : signed/unsigned mismatch
ibm_db.c(9533) : warning C4244: 'function' : conversion from 'SQLINTEGER' to 'SQLSMALLINT', possible loss of data
python27.lib(python27.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
Detected 64-bit Python
Why does it try to compile x86 version?
I only have 64-bit Python 2.7 on my machine