I have a problem with cx_oracle in python 64 bit.
I installed this version of cx_oracle: cx_Oracle-5.2.1-11g.win-amd64-py3.4.
But when importing in python import cx_Oracle
, the following error occurs:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cx_Oracle
ImportError: DLL load failed: %1 não é um aplicativo Win32 válido.
I found it strange because the file is for 64-bit windows and even then, it complains about not being a 32-bit application. How can I work around this problem?