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
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
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