datagod / LEDarcade

A collection of classes and functions to display animations on an LED matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error in LEDarcade.l

ToontjeM opened this issue · comments

sudo python SpaceDot.py --led-gpio-mapping=adafruit-hat
Traceback (most recent call last):
  File "SpaceDot.py", line 43, in <module>
    import LEDarcade as LED
  File "/home/pi/LEDarcade/LEDarcade.py", line 12106
    print ('--',end='')
                   ^
SyntaxError: invalid syntax

Need to use Python3, not python2. My fault.

Ok, great! Glad you were able to resolve that.