José Luis Cruz
José Luis Cruz
Hi. Please try the latest version.
HI I just want to say that I'm recreating the software using Rust, it will be more reliable and give less problems that right now are a nightmare to fix...
No kidding. That's so fun. Well, despite being no expert in drivers at all, I think userspace seems to be enough for the purpose or reading the tablet input, and...
I can't replicate this with my tablet... It seems to happen only for some tablets.
PR #66 added tilt support, please try if it works for you
Hi, You must install the pyusb module. It's different depending on your system. You can search in google for the error and follow the instructions to install it. For example...
Hi, well the py file wasn't really needed, but I can see you're using an old version. Please try the latest version of both the huion-tablet-driver.py and config.ini (changed for...
Oh well, pyusb is not what is needed, that's an abandoned project for python2, you can safely uninstall it. Try with: `sudo apt install python-usb python3-usb `
Thanks, don't worry :smile: That is weird. To make import test call the python3 shell from the terminal, and try to import the usb module like this (the commands you...
And this one is another reason why I want to recreate this project in Rust. I'm fed up python, its import system and its unconsistency between installations...