Ryochan7 / sc-controller

User-mode driver and GTK3 based GUI for Steam Controller
GNU General Public License v2.0
177 stars 23 forks source link

Python 3.10 support #99

Closed stijnb1234 closed 11 months ago

stijnb1234 commented 1 year ago

File "/usr/local/lib/python3.10/dist-packages/scc/parser.py", line 256 except ValueError, e: ^^^^^^^^^^^^^ SyntaxError: multiple exception types must be parenthesized

Ryochan7 commented 11 months ago

You are using the wrong branch. master points to code from the kozec repo. The python3 branch is the default branch used in this repo and that code has already been refactored in that branch.