Hi Ganesh,
Currently 64-bit window build ibm_db egg for Python-3.3.x is not available. Official version of Python-3.3.x is build with Visual Studio 2010 so, you need VS2010 on your machine for building ibm_db.
To build ibm_db from source for python-3.3 64 bit follow following steps
1) download ibm_db source code from
https://pypi.python.org/pypi/ibm_db/ and extract it
2) Edit setup.py and modify line # 60 to "library = ['db2cli64']"
2) Open Windows SDK-7.1
CMD Shell and issue "setenv /x64 /release"
3) Issue command "set IBM_DB_HOME=<path to SQLLIB or IBM DATA SERVER DRIVER>"
4) Go to the ibm_db directory
5) Issue command "python setup.py build" to build ibm_db
6) Issue command "python setup.py install" to install ibm_db extension
In case of any issue please let me know.
Thanks,
Rahul