Hello, I need a django app to run a app. I installed the app (this one : https://cosma.arthurperret.fr/installing.html). It works fine while running in command line. But embedded in my django app, it does not work. subprocess.check_call returns :
subprocess.CalledProcessError: Command './cosma.sh' returned non-zero exit status 127.
I could not find answers in the other topics related to subprocess.call in the forum.
Thanks for any idea !