mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #321] Application opens and closes #280
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 @Ghostttie on GitHub (Oct 31, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/321
Originally assigned to: @Ghostttie on GitHub.
Quick Checks For You
Describe the bug
.py compiled to an exe perfectly but upon opening it instantly closes, I already have
input("Press Enter to continue...")inside my code and before compiling it functioned as it should, I've now tried rebuilding it with the debug flag but I'm not too sure what's wrong.. Here is the log (https://pastebin.com/aJ16Awah) If anyone can help it's highly appreciated.Your Environment:
python --version): 3.11.0pip show auto-py-to-exe): 2.23.1pip show pyinstaller): 5.6.1pip show eel): 0.14.0@brentvollebregt commented on GitHub (Nov 1, 2022):
When you followed the debugging steps in the help post, what did you find? Did you see an error in the console? If so, can you paste it here.
@Ghostttie commented on GitHub (Nov 1, 2022):
Thank you for the quick reply! Unfortunately when setting the debug option, building the application and then running it to see what errors may display in console I'm unable to see due to the window closing upon launch.. Only log I have is from the actual build with the debug flag which can be found here - https://pastebin.com/aJ16Awah
@brentvollebregt commented on GitHub (Nov 2, 2022):
Are you running the exe from a console? The console shouldn't close if the window closes it as the application doesn't own the console's process.
@github-actions[bot] commented on GitHub (Dec 3, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (Dec 8, 2022):
Closing issue due to no activity in more than 60 days.