Problem with Python import module - Raspberry Pi Forums


hi,
need pi1 working.
trying setup pi1 b+ model run python code no success. when run code, keeps telling me "importerror:no module named rpi.gpio".
sure have rpi.gpio installed.

running python 2.7, gcc version 4.7.2, raspbian wheezy version 7

letter case critical. try

code: select all

import rpi.gpio
first 'i' lower-case.


raspberrypi



Comments