le dahut <[EMAIL PROTECTED]> writes: > 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 ...
You should use the subprocess module instead, it is more flexible and should allow this. Thomas _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32