[wxPython-users] wxPython / cx_freeze / Windows

Robin Dunn robin at alldunn.com
Mon Mar 3 11:18:52 PST 2008


Mark Erbaugh wrote:
> I've frozen my wxPython application using cx_freeze. When I do this
> under Ubuntu Linux and launch the application it directly displays my
> opening GUI window. When I do this under Windows 2000 and launch it, if
> first displays a console window which remains until I close the
> application.  Is there a way to suppress a console window (similar to
> launching the application from a .pyw file rather than a .py file)?

IIRC you need to tell it to use a different stub .EXE for the binary to 
build upon.  The default one is a console exe, but there should be a 
windows gui exe available in the package too, and a command line option 
to select it.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list