Raspberry Pi2 B, Standard Raspbian. Mit RPi.GPIO wurde V3 installiert als:
sudo apt-get install python-rpi.gpio python3-rpi.gpio
Online
import RPi.GPIO
Ich bekomme
ImportError: /usr/local/lib/python3.2/dist-packages/RPi/GPIO.so: undefined symbol: _Py_ZeroStruct
(entweder im Interpreter oder als Code, der als python3 myCode.py ausgeführt wird).
Hilfe bitte!?