A small program written in python to automatically download, compile, and install the newest release from the linuxwacom project.
Follow GetWacom
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Exact issue as mclavey. Just when I had hope the convoluted mess of Wacom support on Linux might get some relief...
-
I tried to use getwacom ...and it ended with an error message :( Check the Latest Version of Linuxwacom Do you wish to continue? (Y/n):y Checking for latest version... Traceback (most recent call last): File "./getwacom.py", line 322, in <module> main() File "./getwacom.py", line 108, in main wacomversion = re.findall(r"(linuxwacom[\w\d\-\.][0-9-]\.[0-9\-]\.[0-9\-]+)", getLatestWacomUrl())[0] File "./getwacom.py", line 231, in getLatestWacomUrl if matchedurls[0][-11] > matchedurls[1][-11]: IndexError: list index out of range