I have converted python file to exe using pyinstaller. When I run code from vs code, it executes just fine. It is a GUI program with tkinter, if it matters. When I try to run executable it throws 'FileNotFoundError'. What could be the cause?
I have converted python file to exe using pyinstaller. When I run code from vs code, it executes just fine. It is a GUI program with tkinter, if it matters. When I try to run executable it throws 'FileNotFoundError'. What could be the cause?