I have followed the instruction - but when I attempt to run the test or the sender I get:
pi@raspberrypi ~/raspberry-strogonanoff/src $ python strogonanoff_sender_test.py
Traceback (most recent call last):
File "strogonanoff_sender_test.py", line 2, in
from strogonanoff_sender import
File "/home/pi/raspberry-strogonanoff/src/strogonanoff_sender.py", line 2, in
from strogonanoff_common import
ImportError: No module named strogonanoff_common
Is the file missing from github or is the error on my part?
I have followed the instruction - but when I attempt to run the test or the sender I get:
pi@raspberrypi ~/raspberry-strogonanoff/src $ python strogonanoff_sender_test.py Traceback (most recent call last): File "strogonanoff_sender_test.py", line 2, in
from strogonanoff_sender import
File "/home/pi/raspberry-strogonanoff/src/strogonanoff_sender.py", line 2, in
from strogonanoff_common import
ImportError: No module named strogonanoff_common
Is the file missing from github or is the error on my part?
many thanks