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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -