On May 18, 2:28 pm, Martin Zibricky <[email protected]> wrote:
> you could try the following option:
>
> -w, --windowed, --noconsole
>
> (these are only aliases for the same thing)

Thanks for the pointer Martin. I tried those options, but they didn't
change the behaviour. I then looked at the generated app.spec file and
noticed that whatever options I used, it always had the entry:

    console=1

By manually changing that line to:

    console=0

and rerunning the Build.py step, it finally gave me an executable that
functions correctly.

Cheers,
m

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to