

ODPI 14:41:35.981: debugging messages initialized at level 64 The following is some logs of these steps.ĭ:\code\python\ecard-app>set DPI_DEBUG_LEVEL=64 However If I packaged the app using pyinstaller and execute the exe, the it worked. When I tried to connect to the remote oracle database, I got Cannot locate a 64-bit Oracle Client library: "The specified module could not be found" error.

I use this package in my python app, and I have configured oracle instant client by adding D:\apps\oracle\instantclient_19_8 to the path environment. What error(s) or behavior you are seeing? Is it an error or a hang or a crash? crash Print("cx_Oracle.clientversion:", cx_Oracle.clientversion())Ĭx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". File "D:\code\python\ecard-app\info2.py", line 3, in
