python-oracledb error when open exe file which complied by pyinstaller

30 views Asked by At

I created python app to fetch data from oracle db and display in table grid by tkinter and python-oracledb everything work normal when run on vscode Run with VSCode

But after I complied into exe file with this command pyinstaller --onefile --windowed Oracle.py

When I open exe file it's showing error like this enter image description here

Here is my code enter image description here

Why exe file having problem while run through vscode no problem?

0

There are 0 answers