Re: Monitoring external processes

2007-10-23 Thread Graham Dumpleton
On Oct 23, 3:09 pm, [EMAIL PROTECTED] wrote: Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil If using Python 2.3/2.4, you can use os.wait(). If using Python 2.5, there is also have os.wait3()

Re: Monitoring external processes

2007-10-23 Thread Simon Brunning
On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Depending on how much detail you are looking for, PSI might be worth a look. http://www.psychofx.com/psi/ --

Re: Monitoring external processes

2007-10-23 Thread arunasunil
On Oct 22, 11:33 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: On Oct 23, 3:09 pm, [EMAIL PROTECTED] wrote: Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil If using Python 2.3/2.4, you

Re: Monitoring external processes

2007-10-23 Thread arunasunil
On Oct 22, 11:33 pm, Graham Dumpleton [EMAIL PROTECTED] wrote: On Oct 23, 3:09 pm, [EMAIL PROTECTED] wrote: Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil If using Python 2.3/2.4, you

Monitoring external processes

2007-10-22 Thread arunasunil
Hi, Is there a way to track external processes launched by python on the Mac? I am using subprocess module to launch the process. Thanks Sunil -- http://mail.python.org/mailman/listinfo/python-list