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
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
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