Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fail: from .py to .exe
#2
Try:
pyinstaller --onefile --windowed --clean
If not --onefile you can not move .exe without also having python36.dll in same folder.
With option --onedir all files in that folder most move together,also .exe .dll ect...
Reply


Messages In This Thread
Fail: from .py to .exe - by garikhgh0 - May-08-2018, 05:50 AM
RE: Fail: from .py to .exe - by snippsat - May-08-2018, 05:52 AM
RE: Fail: from .py to .exe - by garikhgh0 - May-08-2018, 05:56 AM
RE: Fail: from .py to .exe - by snippsat - May-08-2018, 06:10 AM
RE: Fail: from .py to .exe - by garikhgh0 - May-08-2018, 08:25 AM

Forum Jump:

User Panel Messages

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