Re: [wxpython-users] Re: how to hide the cmd.exe windows when I run a wxPython program
by Tim Roberts other posts by this author
May 8 2008 2:03PM messages near this date
[wxpython-users] Re: how to hide the cmd.exe windows when I run a wxPython program
|
[wxpython-users] Re: To Robin... again...
Tim Michelsen wrote:
> VespertineR schrieb:
> > Thanks~
> > I try to run my .py files by pythonw.exe, and the cmd window doesn't
> > come out ~
> Since you are running on windows you may create a shortcut
> (*.Ink-File) like
>
> C:\pythonw.exe D:\path\to\your\script.py
>
> This keeps the file itself usable across platforms.
Just for completeness, so that the archives don't confuse anyone, the
extension for Windows shortcuts is actually .LNK (an abbreviation for
"link"), not .INK.
--
Tim Roberts, timr@[...].com
Providenza & Boekelheide, Inc.
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
VespertineR
Marc Tompkins
VespertineR
Tim Michelsen
Tim Roberts
|