You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the instructions, but I'm getting:
pi@raspberrypi ~/WiringPi-Python $ sudo python strogonanoff_sender.py --channel 1 --button 3 --gpio 8 on
Traceback (most recent call last):
File "strogonanoff_sender.py", line 2, in
from strogonanoff_common import *
ImportError: No module named strogonanoff_common
I cannot find the file strogonanoff_common file ?
please could you advise if I'm doing something wrong?
The text was updated successfully, but these errors were encountered:
I must admit, I have no idea what strogonanoff_common is, but I'm fairly confident it's not remotely related to WiringPi-Python. Have you managed to fix this issue?
I have followed the instructions, but I'm getting:
pi@raspberrypi ~/WiringPi-Python $ sudo python strogonanoff_sender.py --channel 1 --button 3 --gpio 8 on
Traceback (most recent call last):
File "strogonanoff_sender.py", line 2, in
from strogonanoff_common import *
ImportError: No module named strogonanoff_common
I cannot find the file strogonanoff_common file ?
please could you advise if I'm doing something wrong?
The text was updated successfully, but these errors were encountered: