Open martinswright opened 11 years ago
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?
It's my mains switcher library (https://github.com/dmcg/raspberry-strogonanoff)- I think the OP must have been trying to build it
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?