I made a GUI app with Tkinter and converted it to .exe. I need to send the application file to someone, however, I'm wondering how the script will be able to find the .ico file if the script is being executed on another computer (the person I need to send the file to tried opening the file and gets a "Failed to execute script" error).
This is the code where I make the icon:
main.iconbitmap(r'C:/Users/Joelly/MyProject/dist/MyIcon.ico')