I need to install cx_oracle on a Windows 7x64, Oracle 10g (32 bit).
What should be the version of
- Oracle Instant Client (i installed x64 bit)
- cx_Oracle binary (i installed x64 bit)
- Python 2.7.13 (i installed x64 bit)
There are version incompatibility issues which were expected. I am confused which version should i follow. Should i install 32 bit version of all the above three ?
Error
cx_Oracle - DLL load failed: %1 is not a valid Win32 application
I have followed all the steps. Installed Oracle client first, set path and ORACLE_HOME to the C:\oracle\instant_client_10_2 and then installed cx_Oracle. What is the most painless way to successfully install it?