I\'m using the killableprocess package (built on top of subprocess) for running processes Whenever I run the \"killableprocess.Popen(command)\" piece of code in my script I
Do you specify full path to executable you are passing to Popen (the first item in argv)?
Popen
argv