Re: [wxpython-users] how to hide the cmd.exe windows when I run a wxPython program
by Marc Tompkins other posts by this author
May 6 2008 8:04PM messages near this date
[wxpython-users] how to hide the cmd.exe windows when I run a wxPython program
|
Re: [wxpython-users] how to hide the cmd.exe windows when I run a wxPython program
On Tue, May 6, 2008 at 7:46 PM, VespertineR <vinvangoo@[...].com> wrote:
> when I launched a wxPython program , there's always a cmd.exe window named
> python.exe, how to hide it~?
>
There are probably other ways, but the simplest is to name your program file
"module.pyw" instead of "module.py".
--
www.fsrtechnologies.com
Thread:
VespertineR
Marc Tompkins
VespertineR
Tim Michelsen
Tim Roberts
|