2020 Aug 22, 09:57 AM
Hello every one,
I have a raspberry pi B rev2 and a 8 releey board. I marked "use gpio" option and i receive this error:
root@raspberrypi:/home/pi/SIP# python sip.py
Traceback (most recent call last):
File "sip.py", line 24, in <module>
import gv
File "/home/pi/SIP/gv.py", line 103, in <module>
report_error(u"pigpio not found. Using RPi.GPIO", e)
NameError: name 'report_error' is not defined
Can someone help me to setup the gpio pins?
At this point the program does not start due to this error...
Sorry for my bad english
Thank
I have a raspberry pi B rev2 and a 8 releey board. I marked "use gpio" option and i receive this error:
root@raspberrypi:/home/pi/SIP# python sip.py
Traceback (most recent call last):
File "sip.py", line 24, in <module>
import gv
File "/home/pi/SIP/gv.py", line 103, in <module>
report_error(u"pigpio not found. Using RPi.GPIO", e)
NameError: name 'report_error' is not defined
Can someone help me to setup the gpio pins?
At this point the program does not start due to this error...
Sorry for my bad english
Thank