run subprocess in separate window
Radek
radek.svarz at gmail.com
Mon Oct 16 16:27:44 EDT 2006
More information about the Python-list mailing list
Mon Oct 16 16:27:44 EDT 2006
- Previous message (by thread): run subprocess in separate window
- Next message (by thread): run subprocess in separate window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, as you can see, I tried subprocess methods. But could not find the right call. Radek aurelien.campeas at logilab.fr wrote: > Radek a écrit : > > > 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 > > Hello, have a look at the subprocess module, it might help you get to > what you want.
- Previous message (by thread): run subprocess in separate window
- Next message (by thread): run subprocess in separate window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list