I made a GUI program with Tkinter, and the .py version works fine but when I make a .app file with pyinstaller, the file won't open and I get the following errors in the console.
The same happens when I use py2app. Anyone know why this happens?
I made a GUI program with Tkinter, and the .py version works fine but when I make a .app file with pyinstaller, the file won't open and I get the following errors in the console.
The same happens when I use py2app. Anyone know why this happens?