I'm trying to create an executable from my python GUI script that displays a single image using tkinter.
My objective is to get the image and executable to be one file with the --onefile
option in pyinstaller
.
Unfortunately this isn't working and I need by image file to be in the same folder as the final executable for it to work. Is there any workaround for this?