After enabling sensors in Scratch and then running this
cd Desktop/BrickPi_Scratch/
sudo python BrickPiScratch.py
I get the following error:
Traceback (most recent call last):
File “BrickPiScratch.py”, line 47, in <module>
File “/home/pi/Desktop/BrickPi_Scratch/BrickPi.py”, line 15, in
<module>
Import serial
ImportError: No module named serial
Any help would be appreciated.