Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify command line arguments work with installed executable #76

Open
larsmaxfield opened this issue Sep 24, 2024 · 2 comments
Open

Verify command line arguments work with installed executable #76

larsmaxfield opened this issue Sep 24, 2024 · 2 comments
Milestone

Comments

@larsmaxfield
Copy link
Contributor

With command line arguments now available using Python #44 , we still need to verify they work with the installed executable (PyInstaller + InnoSetup).

@0xKZ
Copy link
Contributor

0xKZ commented Sep 26, 2024

One thing I noticed is that you probably don't want --windowed anymore with pyinstaller, if you do that you won't be able to see any of the stdout/stderr for the exe. So if you use --help with the finished .exe, you won't see anything if you used --windowed with pyinstaller. Heads up!

@larsmaxfield
Copy link
Contributor Author

Thanks for the heads-up. I use --windowed because users have told me they don't expect a temporary console window to open, only the app itself. I'd like to keep that as the default, so I think the approach will be to have a separate CLI/console version of the EXE in future releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants