builld_exe of py2exe 0.9.2.2 makes an exe with a console window showing

I use pyinstaller (http://pythonhosted.org/PyInstaller/). Once you setup your .spec file properly, it’s effortless to rebuild. The options for incorporating the icon and not having a console windows are set in the spec, so they don’t need to be put in the command line each time.

···

On Saturday, August 29, 2015 at 4:56:23 AM UTC-4, Boštjan Mejak wrote:

How can I instruct py2exe’s build_exe that I don’t want that stupid console window to show when I run the created exe?