Hello Group, I've spwaned a process using os.spwanl. As part of this process, I spwan one more process, using subprocess.Popen. After I close the the process spwaned using os.spwanl, the child process started by it using subprocess.Popen, doesn't get closed. Is there any way to do this in python 2.5.1?
Thanks, Tarun
-- http://mail.python.org/mailman/listinfo/python-list