[python-win32] hide subshell os.system

Tim Roberts timr at probo.com
Fri Sep 23 18:15:54 CEST 2005


On Fri, 23 Sep 2005 10:46:38 +0200, le dahut <le.dahut at laposte.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 at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-win32 mailing list