I have a requirement to kick off a shell script from a python script without waiting for it to complete. I am not bothered about any return code from the script.
What is the easiest way to do this. I have looked at popen but cannot see how to do it. -- http://mail.python.org/mailman/listinfo/python-list