Miki Tebeka wrote: > The best module for doing such things is subprocess. And the Popen object > has a pid attribute
I knew that, it's my fault that I'm not good to manage with popen. I found simplier to use subprocess.getstatusoutput. Maybe this function doesn't return the child pid, so I should adopt to work with Popen :( -- goto /dev/null -- http://mail.python.org/mailman/listinfo/python-list