py2exe - how to get rid off console window?

JZ cy.fbp.eryvtvne at ncbybtrglxn.pbz
Wed Jul 14 08:45:47 EDT 2004


I do not know how to get rid off the black console window during execution
wxApp1.exe. 

My setup.py file for py2exe is:

from distutils.core import setup
import py2exe
setup(console=["wxApp1.py"])

I tried different approach like

setup(console=["wxApp1.pyw"])

Nothing changed.

I tried also:

setup(name='wxApp1', scripts =['wxApp1.pyw'])

but in that situation I could not generate wxApp1.exe file at all.

--
JZ



More information about the Python-list mailing list