mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #3] Stuck after failed command #1
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 @jatin69 on GitHub (Mar 16, 2018).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/3
Nice work overall. Just a minor bug I encountered.
When i click the
convert buttonwithout a valid command. The pyinstaller returns error, and theconvert buttongets permanently stuck atconvertingstate. I have to manually close the app, restart it, provide all the file paths again, a lot of work when there are a lot of external files.checking the cmd reveals this
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'dist/', so maybe we can catch this exception, and aim for a fix.A fix would improve the user experience.
@brentvollebregt commented on GitHub (Mar 16, 2018):
This is actually something I forgot to think about. I'll look into a fix.
@brentvollebregt commented on GitHub (Mar 16, 2018):
This should do it. Thank you very much for pointing this out.