Python Forum
PyInstaller related question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyInstaller related question
#1
So if I convert my python GUI file into an exe file using PyInstaller
can I run that file in another system without python or modules installed ? Huh
Reply
#2
(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.
Reply
#3
(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 ?
Reply
#4
(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.
Reply
#5
(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
Reply
#6
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
Reply
#7
(Jul-18-2020, 04:57 AM)Evil_Patrick Wrote: It's giving me an error
Error:
[1616] Failed to execute script Password
What are you doing?
Can only guess which should not be necessary Dodgy
If you try to run my demo here,i have no idea how you manged to get that error message.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  .py to .exe question using PyInstaller hammer 5 2,584 Feb-18-2022, 05:39 PM
Last Post: hammer
  Although this is a talib related Q it's mostly related to python module installing.. Evalias123 4 5,585 Jan-10-2021, 11:39 PM
Last Post: Evalias123

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020