tkinter GUI doesn't work when clicking .pyw tkinter GUI doesn't work when clicking .pyw tkinter tkinter

tkinter GUI doesn't work when clicking .pyw


You cannot execute your script directly when you click the .pyw Since you have made a GUI you have to change it into an executable file first using forexample py2exe, pyinstaller