Raspberry Pi2 B, Raspbian standard. Utilizzando RPi.GPIO, V3 installato come:
sudo apt-get install python-rpi.gpio python3-rpi.gpio
In linea
import RPi.GPIO
ottengo
ImportError: /usr/local/lib/python3.2/dist-packages/RPi/GPIO.so: undefined symbol: _Py_ZeroStruct
(nell'interprete o come codice eseguito come myCode.py python3).
Qualsiasi aiuto per favore !?