0
I want to know how I can import the source file using Tkinter, so that no source problems occur on other systems. Because if I send it to a friend, he won’t be able to see the selected source if he doesn’t have the source installed on his system. Is it possible? If yes, how could I do that? Thank you
Even without the installed source?
– raidveneno.py
failed to explain that when creating the executable it is necessary to specify a folder with all the resources that will be embedded in the executable, including the source. The way to access the source by code changes a bit too - see pyinstaller documentation
– nosklo