Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
py file to exe
#1
Hi,

How can I convert a py file to exe without creating folders such as "dist", "pycache" and "build"?

Thanks
Reply
#2
Are you talking about pyinstaller?

If you create a single file (pyinstaller --onefile), you you can delete these folders afterwards.

But they are needed first to create the exe.
Reply


Forum Jump:

User Panel Messages

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