wxpython - Compile app with Pyinstaller, but do not launch cmd when running resulting exe -
how can "compile" gui application pyinstaller, , gui wxpython generates, when run executable? @ moment, when run exe, cmd window pops up, , wxpython window. nice when i'm debugging, isn't gonna use (probably oposite!) when distribute app.
i think need set console argument in exe class false. see http://www.blog.pythonlibrary.org/2010/08/10/a-pyinstaller-tutorial-build-a-binary-series/ near end spec file worked me. looks can spec file include setting automatically passing "-w" when create it. that's mentioned in tutorial.
Comments
Post a Comment