I am trying to execute a python script that makes a file. I get an error message.
python /home/pi/engrave-lines.py -X7.5 -x5 -i'123' -Y12.75 -y5.25 -S0.4 -s0.5 -Z2 -D0.1 -0'test' > test.ngc
{
"payload": "/bin/sh: 1: cannot create test.ngc: Permission denied\n",
"_msgid": "93dad0c2.6c253"
}
{
"payload": {
"killed": false,
"code": 2,
"signal": null,
"cmd": "/bin/sh -c python /home/pi/engrave-lines.py -X7.5 -x5 -i'123'
-Y12.75 -y5.25 -S0.4 -s0.5 -Z2 -D0.1 -0' test2a ' > test.ngc"
},
"_msgid": "93dad0c2.6c253"
}
Greatful for information that can help me with my issue.