I hope I understand the question... but shouldn't you wait for the process to complete before exiting?
Something like: pid = subprocess.Popen(...) pid.wait() Otherwise, it'll exit before the background process is done. -- http://mail.python.org/mailman/listinfo/python-list