Yesterday, I wrote and ran a python script which executes a shell using subprocess.Popen(command.split()) where command is string whic
script
shell
subprocess.Popen(command.split())
The error message suggests that the external program is not a valid executable.