0
I have 2 Raspberry and a windows computer that has an apache server. I want to run a script that is on the server from these 2 Raspberry.
I type in the command line:
sudo python3 192.168.0.8//teste/teste.py
but the following message:
python3: can’t open file '192.168.0.8/test/test.py': [Errno 2] No such file or Diretory
What am I doing wrong? How to call running a script that is on a server ?
On which machine should the script run? On the server or rasp?
– Gabriel
does not have to do with permission, only configure apache for exec files .py.. as well as configure for java php Django.. can have multiple files inside there only specify localhost:port/Arq.py.. if you are on the same local network using same routing.
– stack.cardoso