tb2097 / wacom-gui

Python/PyQt Wacom GUI for KDE
GNU General Public License v3.0
134 stars 36 forks source link

SyntaxError: Missing parentheses in call to 'print' #48

Closed noloop closed 4 years ago

noloop commented 4 years ago

I tried run with the step:

download the source, run wacom-gui.py from the wacom-gui directory

And I get:

./wacom-gui/wacom-gui/wacom-gui.py", line 194
    print e
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(e)?

Easy to solve of course, change the code print e to print(e)

JojiiOfficial commented 4 years ago

Thats a python version problem, not a code issue. Use python2.