I convert from .py to .exe via pyinstaller , but I wonder how to glue the script with the image into one executable file. The tkinter library is used in my application, the tkinter is used as the image, but after the conversion, an error occurs that the image was not found
wn_iconbitmap_tkinter.TclError: bitmap icon.ico not defined
Ps Is it possible to perform such a conversion after all?