Greetings! I have a project where I use python as ...
# troubleshooting
s
Greetings! I have a project where I use python as a custom utility, with name python, namespace python, executable set to venv python.exe, and a
my_python_script
command pointing to a custom script. However, when I try to execute
python:my_python_script
, I get an RunError with
exit code: -9
. What does it mean??
Greetings again! Does anyone have any idea of what might be the cause?
r
Did you try running with
--log-level debug
?