Hello,
is it possible to run a python script from shell? I’m running Xojo under windows.
windows:
s.Execute(“py C:\Users\xyz\PycharmProjects\connect.py”)
on raspberry it’s running:
s.Execute("/usr/bin/python3 /home/pi/connect.py")
Best Regards
Sebastian