import RPI.GPIO as GPIO
results in:
Traceback (most recent call last):
File "/home/pi/PinStatus.py", line 1, in <module>
import RPI.GPIO as GPIO
ImportError: No module named RPI.GPIO
I loaded latest version (0.5.4) and it placed itself in a /usr sub-directory 'as near as i can tell'
I assume this is a compiled 'C' mod to Python. Does the import command need a path.
