Re: [python-win32] hide subshell os.system
by Tim Roberts other posts by this author
Sep 23 2005 9:16AM messages near this date
Re: [python-win32] hide subshell os.system
|
Re: [python-win32] hide subshell os.system
On Fri, 23 Sep 2005 10:46:38 +0200, le dahut <le.dahut@[...].net> wrote:
> Hi everyone,
>
> How can the subshell be hidden when executing code such as :
>
> os.system('ping host') ?
>
> The program uses GTK and it's very annoying to see a black window when
> using a graphical program ...
>
ASPN includes a "ping" module for Python. No console window there!
Google is your friend.
--
Tim Roberts, timr@[...].com
Providenza & Boekelheide, Inc.
_______________________________________________
Python-win32 mailing list
Python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
Thread:
Le Dahut
Thomas Heller
Tim Roberts
Le Dahut
|