Python Forum
Convert my .py to .exe but failed to execute
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert my .py to .exe but failed to execute
#1
pyinstaller -w -F iApplication.py
As the source and tutorial from this Covert PY to EXE
It will generated 3 folders and 1 .spec file.
As I know, the .exe would be stored in dist folder, but I can't execute it. It said failed to execute.

But then, when compiling the iApplication.py (executing pyinstaller command)
It popped a lot of WARNING issue regarding missing LIB.

Capture


Please kindly advise. Thanks.
Reply


Messages In This Thread
Convert my .py to .exe but failed to execute - by gahhon - Feb-11-2019, 04:56 PM

Forum Jump:

User Panel Messages

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