私は Beaglebone を使用しており、このソフトウェアをインストールしました: http://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/installation テストは正常に動作します (Web ページ テスト)。ライブラリを認識しない最初のプログラムを実行しようとしていますが、間違いは次のとおりです。
import BBIO.GPIO as GPIO
File "<stdin>", line 1, in <module>
ImportError: No module named BBIO.GPIO