You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With command line arguments now available using Python #44 , we still need to verify they work with the installed executable (PyInstaller + InnoSetup).
The text was updated successfully, but these errors were encountered:
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!
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.
With command line arguments now available using Python #44 , we still need to verify they work with the installed executable (PyInstaller + InnoSetup).
The text was updated successfully, but these errors were encountered: