mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #381] Is Python required to run the final .exe or just the folder files? #312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @izcoser on GitHub (Mar 27, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/381
Hi, thank you for this program.
Just wondering if users will need Python installed (and libraries used) or they can just run the .exe inside the folder?
@github-actions[bot] commented on GitHub (Mar 27, 2023):
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.
Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.
@brentvollebregt commented on GitHub (Mar 27, 2023):
No, the whole point of bundling into an executable is so that your script can be run on a different computer without Python installed - the Python interpreter is packaged in the output executable.
Hope that answers your question, let me know if you needed more.