py2exe - how to get rid off console window?

Thomas Heller theller at python.net
Wed Jul 14 09:06:59 EDT 2004


JZ <cy.fbp.eryvtvne at ncbybtrglxn.pbz> writes:

> 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"])

setup(windows=["wxAppl.py"])

Thomas



More information about the Python-list mailing list