console window not disappearing with py2exe

Lucas Raab pythongnome at hotmail.com
Mon Aug 30 19:22:41 EDT 2004


In your original source file, change the .py file extension to .pyw. The
.pyw extension tells the python exectuable to run without showing the
console. Then remove the "windows" stuff in your setup file.

"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