leetmouse icon indicating copy to clipboard operation
leetmouse copied to clipboard

Problems with the GUI

Open nm17 opened this issue 3 years ago • 5 comments

leetmouse/gui$ pip3 install -r dependencies.txt 
Collecting PyQt5==5.15.4
  Downloading PyQt5-5.15.4-cp36.cp37.cp38.cp39-abi3-manylinux2014_x86_64.whl (8.3 MB)
     |████████████████████████████████| 8.3 MB 334 kB/s 
ERROR: Could not find a version that satisfies the requirement python-pyqtgraph==0.11.1 (from -r dependencies.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for python-pyqtgraph==0.11.1 (from -r dependencies.txt (line 2))

nm17 avatar May 30 '21 10:05 nm17

Thank you. The GUI is W.I.P. and not yet functional. I will however test for this dependency, once I work on the GUI again.

systemofapwne avatar Jun 01 '21 16:06 systemofapwne

The name of the PIP package is pyqtgraph, but this dependency can also be installed via your package manager. In Arch Linux it's python-pyqtgraph for the Python 3 version, and in Ubuntu it's python3-pyqtgraph. This is not necessarily the same version, but version 0.12.1-1 seems to work.

NiclasEriksen avatar Jul 04 '21 21:07 NiclasEriksen

Thanks. And yes, the fix is rather trivial indeed. I hope I can find some time to work on the gui and this driver soon again. I have currently too many sideprojects so I let this project slide.

systemofapwne avatar Jul 04 '21 21:07 systemofapwne

I hope I can find some time to work on the gui and this driver soon again.

If I can find some time I'd love to contribute to the GUI as well, I have some experience with the Qt framework through Python. This driver was just the thing I needed and is why I feel a need to reciprocate.

NiclasEriksen avatar Jul 05 '21 22:07 NiclasEriksen

Thank you for your kind offer. I just started working slightly on the GUI again and removed the testing "GUI" code from master to reduce further confusion. I am certainly not a "GUI Guy" (I prefer backends/bare functionality more), however I have some experience here and there and I would like to get the GUI + backend interaction into shape now :) I just will take the time for it then. And even if it is not that much right now, I will have a lot more time in August when I am on holidays ;)

If you want to contribute, feel free to contact me. You can reach me via matrix: @klaus:zipfel.family .

systemofapwne avatar Jul 06 '21 22:07 systemofapwne