andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

Import RPi.gpio as gpio error #5

Closed zbowman closed 9 years ago

zbowman commented 9 years ago

Installed a fresh copy of raspbian then went through your tutorial/readme. Got an error that it couldn't find rpi.gpio upon boot.

Ran this to correct it:

sudo apt-get -y install python-rpi.gpio

zbowman commented 9 years ago

Guess I skipped over the GPIO being installed with raspbian. Not sure if the method I used to setup mine skips over this or if it's an omitted step.