unix crontab doesn't handle python's subprocess.popen well unix crontab doesn't handle python's subprocess.popen well unix unix

unix crontab doesn't handle python's subprocess.popen well


I'm not sure that this is related to the problem, but when redirecting stderr to the same pipe as stdout you should use stderr=subprocess.STDOUT as explained in the documentation.