Here I have a basic main.py file that I\'m testing pyinstaller on to see if I can get it working:
import tkinter as tk root= tk.Tk() canvas1 = tk.Canvas(root, w