Power & Source of Big Ideas

Hello, i just tried the python library RPi.GPIO_NP. Adressing the PINs is working: while True: print("12: {}".format(GPIO.input(12))) print("22: {}".format(GPIO.input(22))) time.sleep(1) But getting the interrups, always registering pin number 11 (Linux GPIO 0), instead of given ...