Python executable throws 'FileNotFoundError'

Viewed 24

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?

This screenshot shows the error

0 Answers
Related