run subprocess in separate window

Radek radek.svarz at gmail.com
Sun Oct 15 12:43:36 EDT 2006


Hi,

I am trying to create GUI launcher of several applications using Python
and Tkinter.

Currently when using subprocess.Popen("mycommand") all output goes to
the stdout of my launcher.

For some command line applications I need to launch them so that their
output goes into the separate "terminal" window.

How can I make it?

Thanks,

Radek




More information about the Python-list mailing list