Hi all...
I have a problem with running a python script on a raspberry pi with jshell lib.
I call the script with:
B4J:
sh.Initialize("sh", "python",Array As String("blinkatest.py",Null))
i get this error:
Waiting for debugger to connect...
Program started.
Error: Traceback (most recent call last):
File "blinkatest.py", line 2, in <module>
import board
ModuleNotFoundError: No module named 'board'