WiringPi / WiringPi-Python-Deprecated

Python wrapped version of Gordon's Arduino-like WiringPi for the Raspberry Pi
GNU Lesser General Public License v3.0
93 stars 26 forks source link

ImportError: No module named strogonanoff_common #12

Open martinswright opened 11 years ago

martinswright commented 11 years ago

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?

Gadgetoid commented 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?

dmcg commented 11 years ago

It's my mains switcher library (https://github.com/dmcg/raspberry-strogonanoff)- I think the OP must have been trying to build it