Skip to content

Instantly share code, notes, and snippets.

@ssharpjr
Created March 22, 2016 18:44
Show Gist options
  • Save ssharpjr/7a7497df51e10d1c48c3 to your computer and use it in GitHub Desktop.
Save ssharpjr/7a7497df51e10d1c48c3 to your computer and use it in GitHub Desktop.
Python 3.2.3 (default, Mar 1 2013, 11:53:50)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Adafruit_CharLCD as LCD
>>> lcd = LCD.Adafruit_CharLCDPlate()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Adafruit_CharLCDPlate'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment