I have tried to make a connection to an Oracle DB from my script using
import cx_Oracle
Since my local machine works well (I have an Oracle of 32 and 64 bits) but in the client I have an error because they have installed an Oracle of 32 and a python of 64. (Which I can not touch or change versions).
I have tried to make the connection with JayDeBeapi but it asks me for dependencies (Jpype, ...)
Do you know any other way to do it?