Jul-16-2020, 02:23 PM
Jul-16-2020, 02:34 PM
(Jul-16-2020, 02:23 PM)Evil_Patrick Wrote: [ -> ]an I run that file in another system without python or modules installed ?That's the whole point that people can use your cod/GUI without knowing what modules or Python(a snake?) are.
Jul-16-2020, 02:46 PM
(Jul-16-2020, 02:34 PM)snippsat Wrote: [ -> ](Jul-16-2020, 02:23 PM)Evil_Patrick Wrote: [ -> ]an I run that file in another system without python or modules installed ?That's the whole point that people can use your cod/GUI without knowing what modules or Python(a snake?) are.
then How can i add the .ico file with the .py file ?
Jul-16-2020, 03:00 PM
(Jul-16-2020, 02:46 PM)Evil_Patrick Wrote: [ -> ]then How can i add the .ico file with the .py file ?Read the documentation.
There are many Thread here about Pyinstaller if you search,here a post using Tkinter sample code and adding a icon.
Jul-18-2020, 04:57 AM
(Jul-16-2020, 03:00 PM)snippsat Wrote: [ -> ](Jul-16-2020, 02:46 PM)Evil_Patrick Wrote: [ -> ]then How can i add the .ico file with the .py file ?Read the documentation.
There are many Thread here about Pyinstaller if you search,here a post using Tkinter sample code and adding a icon.
It's giving me an error
Error:[1616] Failed to execute script Password
Jul-18-2020, 06:02 AM
You've likely made a mistake with the file paths and locations of your extra scripts/images/icons/etc. Make sure they are all in the same directory.
If you didn't understand what I'm saying, read the troubleshooting section in this article. It explains this problem in detail.
Pyinstaller guide
If you didn't understand what I'm saying, read the troubleshooting section in this article. It explains this problem in detail.
Pyinstaller guide
Jul-18-2020, 07:59 AM