SyntaxFix
Write A Post
Hire A Developer
Questions
subprocess.call expects the same arguments as subprocess.Popen - that is a list of strings (the argv in C) rather than a single string.
subprocess.call
subprocess.Popen
argv
It's quite possible that your child process attempted to run "s" with the parameters "o", "m", "e", ...