mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 12:15:50 +03:00
[GH-ISSUE #64] The .exe file doesn't let me supply input #62
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 @AninditaBasu on GitHub (Jul 12, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/64
These are the steps I followed:
pipinstall for auto-py-to-exeauto-py-to-exe.exefile.Result
A terminal window opens and then closes immediately. It does not let me supply any values for the
inputcommand that my code contains.Other info
Python version the code is written in: 3.7
Operating system I am using: Windows 10
Python IDE that I am using: PyCharm Community 2018.3
@AninditaBasu commented on GitHub (Jul 12, 2019):
I think I figured out the problem. My script will look for an external file (a .txt file), which I did not include in the
Additional filesoption.Duh! moment for me. Sorry for the trouble. Closing this issue.
Also, thank you for this great tool :)