Re: get pid of a nohup command in Python

2007-02-12 Thread Gabriel Genellina
En Tue, 13 Feb 2007 01:52:57 -0300, <[EMAIL PROTECTED]> escribió: > I'm new to Python and am evaluating moving a project from Tcl/Tk to > Python and am stuck on one issue. How can I nohup (or any detached > task for that matter) a process and get its PID in Python. The obvious > route of (with a

get pid of a nohup command in Python

2007-02-12 Thread g . willgoose
I'm new to Python and am evaluating moving a project from Tcl/Tk to Python and am stuck on one issue. How can I nohup (or any detached task for that matter) a process and get its PID in Python. The obvious route of (with a trivial example) os.system("nohup ls > junk &") returns the status of the