[PROBLEM] ImportError: No module named RPi.GPIO - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [PROBLEM] ImportError: No module named RPi.GPIO (/thread-2942.html) |
ImportError: No module named RPi.GPIO - Alfox - 18th Apr, 2015 06:14 PM Can you help me? I 've just bought a raspberry with an electronic starter kit for raspberry called Monkmakes. I installed Xbian on Raspberry, and now I want to try some programs to controll GPIO. I downloaded a set of programs by their site. One of this program is Code: import RPi.GPIO as GPIO I attempt to launch this code but there is this message: Code: Traceback (most recent call last): Method 2 – Manual Installation but nothing is changed I don't understand what I must do and I don't know the version of python, and the last version of RPi.GPIO-0.5.11 RE: ImportError: No module named RPi.GPIO - Alfox - 21st Apr, 2015 09:47 PM Is anyone? RE: ImportError: No module named RPi.GPIO - Skywatch - 17th Sep, 2015 07:07 PM I have the same issue today! Researching it now.... |