adafruit / Adafruit-Raspberry-Pi-Python-Code

Adafruit library code for Raspberry Pi
1.43k stars 686 forks source link

Running Alhanum4_test #118

Closed waynejnaleway closed 9 years ago

waynejnaleway commented 9 years ago

I receive an error saying display=AlphaNum4.AlphaNum4() AttributeError: type object has no attribute 'AlphaNum4'

Using Python 2.7 on a raspberry pi

FryGuy01 commented 9 years ago

Need more details. If you could provide a traceback it would be helpful. Based on the error it could be any number of issues. It could be that AlphaNum4 is a instance of the class and not the class itself.

V/r,

Brett

FryGuy01 commented 9 years ago

Or something easier, did you check to make sure you imported AlphaNum4 and make sure object exists.

V/r,

Brett

waynejnaleway commented 9 years ago

Problem solved after installing the file and running from the terminal mode to get by the permisions.