Python to EXE SQLite “Unable to open database file”
I’ve created a small program that uses a UI – I used auto-py-to-exe with one-file to convert main.py and its retrospective modules into an exe file. However, when trying to launch the EXE I get an error. This is my first time creating an exe from a python file, so I’m most likely doing something wrong.