Not able to fetch info from database when trying from python through exe

179 Views Asked by At

I've converted my Python application to an .exe using the cx_Freeze Library. Now the GUI appears after I run the exe file, but it cannot fetch data from database, everything else is working. When this application runs in python environment everything is working fine.

Python version 3.7, database is sqlite3 version 2.6.0.

Please help me in troubleshooting this issue.

0

There are 0 best solutions below