Skip to content

Instantly share code, notes, and snippets.

@ssharpjr
Created March 22, 2016 18:58
Show Gist options
  • Save ssharpjr/9fbf474130662603d3f6 to your computer and use it in GitHub Desktop.
Save ssharpjr/9fbf474130662603d3f6 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.
>>> from __future__ import absolute_import
>>> from Adafruit_CharLCD.Adafruit_CharLCD import *
>>> lcd = Adafruit_CharLCD.Adafruit_CharLCDPlate()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'Adafruit_CharLCD' has no attribute 'Adafruit_CharLCDPlate'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment