nopnop2002 replied at 2017-10-11 06:23 
@alexp1 
 
$ sudo apt-get install python-dev python-setuptools swig 
$ cd WiringPi-Python-OP 
$ swig2.0 -python wiringpi.i 
$ sudo python setup.py install 
$ cd tests 
$ sudo python test.py  
Hi, Thanks for sharing all this nice information!!!  
I am following your instructions but I get this error:  
$ swig2.0 -python wiringpi.i  
Could not find the database of available applications, runupdate-command-not-found as root to fix this swig2.0: command not found  
Any help will be appreciate....  
 |