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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -