python - Block output window from an executable converted from .pyw using pyinstaller -
i converted python program executable (.exe) still see output window when launched executable. don't want output window because program background process. tried using .pyw extension before converting executable no success...
i'm using pyinstaller convert executables.
oh nevermind, know how.
using --noconsole when converting .pyw
i think works .py extension too
sorry bad english..
Comments
Post a Comment