4
I have a problem with cx_oracle in 64 bit python.
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 strange because the file is for windows 64 bits and even then, it complains for not being a 32 bit application. How can I get around this problem?
I did this @Ericson Willians, but it was a mistake. error: Unable to find vcvarsall.bat
– fredsilva
@fredsilva, I edited the answer with a solution to this error.
– Ericson Willians
I did the procedure you said, but the error persists.
– fredsilva