mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #163] Exe compiles fine but does not run when I double-click it #152
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 @Nanobot567 on GitHub (Apr 6, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/163
I compiled a python file using auto-py-to-exe and everything worked fine, according to the console, but when I tried to run the .exe, nothing happened.
Here is my python code:
If you need the console output as well, here it is:
console output.txt
@brentvollebregt commented on GitHub (Apr 8, 2021):
Ok, that is only the console output from the packaging stage. What about the output in the console when following the debugging steps in the common issues post?
@Nanobot567 commented on GitHub (Apr 8, 2021):
Ok, I followed the debugging steps and the program works now :) Thank you!
@brentvollebregt commented on GitHub (Apr 12, 2021):
For others that come here: please read the help post! I have literally linked it at the bottom of the UI itself after packaging a script, the README of this repo and many other places others come for help.