console window not disappearing with py2exe

Larry Bates lbates at swamisoft.com
Mon Aug 30 20:24:19 EDT 2004


Put -windows option on compile line:

python setup.py py2exe --windows

HTH,
Larry Bates
Syscon, Inc.


"Matthew K Jensen" <mattjensen at timetospare.net> wrote in message
news:173c23bb.0408301410.49b27fe4 at posting.google.com...
> In another one of my silly apps, I'm using 'windows=' in the setup
> script. I can't get the darn console window do disappear. Since the
> said app is going to be used with people that have less-than-average
> knowledge in computers, it is imperative that this window goes away. I
> tried sys.frozen = "windows_exe" and it doesn't work. I'm not sure
> what to do. Please save me!
>
> -Matt K Jensen





More information about the Python-list mailing list