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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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