Having a very strange issue on my Raspberry Pi when following this tutorial...
https://learn.adafruit.com/adafruit-16x2-character-lcd-plus-keypad-for-raspberry-pi/usage
When I run the example script, I'm getting the below error:
pi@thethingbox ~/Adafruit_Python_CharLCD/examples $ sudo python char_lcd_plate.py
Traceback (most recent call last):
File "char_lcd_plate.py", line 6, in <module>
import Adafruit_CharLCD as LCD
File "build/bdist.linux-armv6l/egg/Adafruit_CharLCD/__init__.py", line 1, in <module>
File "build/bdist.linux-armv6l/egg/Adafruit_CharLCD/Adafruit_CharLCD.py",line 23, in <module>
ImportError: No module named Adafruit_GPIO
It was working fine. But when I rebooted I was forced to run fsck - now it's throwing the above error :-(
I've tried deleting the directory and starting again but I get the same issue.