This works only in python 2.7? In 3.4 I get: `>>> import RPi.GPIO Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'RPi'`
This works only in python 2.7?
In 3.4 I get:
>>> import RPi.GPIO Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'RPi'