The best module for doing such things is subprocess. And the Popen object has a pid attribute (http://docs.python.org/library/subprocess.html#subprocess.Popen.pid) -- http://mail.python.org/mailman/listinfo/python-list
- how to get PID from subprocess library TheSaint
- Re: how to get PID from subprocess library Miki Tebeka
- Re: how to get PID from subprocess library Kushal Kumaran
- Re: how to get PID from subprocess library TheSaint
- Re: how to get PID from subprocess library Kushal Kumaran
- Re: how to get PID from subprocess library TheSaint
- Re: how to get PID from subprocess library GMail Felipe
- Re: how to get PID from subprocess library TheSaint
- Re: how to get PID from subprocess library Anssi Saari