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.