Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error in LEDarcade.l #8

Closed
ToontjeM opened this issue Sep 6, 2022 · 2 comments
Closed

Syntax error in LEDarcade.l #8

ToontjeM opened this issue Sep 6, 2022 · 2 comments

Comments

@ToontjeM
Copy link

ToontjeM commented Sep 6, 2022

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
@ToontjeM ToontjeM closed this as completed Sep 6, 2022
@ToontjeM
Copy link
Author

ToontjeM commented Sep 6, 2022

Need to use Python3, not python2. My fault.

@datagod
Copy link
Owner

datagod commented Sep 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants