-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
after pyinstaller to an exe tool, always pop up a cmd window when double-click the tool #235
Comments
my spec: options = [('u', None, 'OPTION'), ('u', None, 'OPTION'), ('u', None, 'OPTION')] exe = EXE(pyz, |
|
i changed windowed=True to console=False and build again,the exe will raise error when run it |
do you watch any error or warning in the console? |
Closing. There's an open Pyinstaller issue (#58) with tons of details. I'd move any discussion to that topic |
use --noconsole |
how can make the tool not to show the cmd-line window
my pyinstaller cmd is “pyinstaller -F xxx.spec”
The text was updated successfully, but these errors were encountered: