Relative Content

Tag Archive for pythonoraclepy2execx-oracle

Py2exe with cx_oracle. Exe won’t run on other computers

I created a short script that connects to an Oracle db and pulls some data. This works on my PC as I have everything installed E.g. pycharm with cx_oracle etc.
I want to be able to run this on other devices without the need installing other software.
I used py2exe to create an executable which works fine on my pc however when I try running it on another device I received an error DPI-1047: CANNOT LOCATE A 64-BIT ORACLE CLIENT LIBRARY. Module could not be found