Description
I am having trouble getting ggkbdd.py to run, assuming that is the file that starts the program.
$ python --version
Python 2.7.15rc1
$ python3 --version
Python 3.6.7
$ cd ~/software/ggkbdd-master
~/software/ggkbdd-master$ python ggkbdd.py
Traceback (most recent call last):
File "ggkbdd.py", line 20, in
import ggkbdd.daemon
File "/home/steveum-ssd/software/ggkbdd-master/ggkbdd/init.py", line 43
d.name = f'GGKBDD {self._evdev.name}'
^
SyntaxError: invalid syntax
( The carot above actually points under the last single quote)
~/software/ggkbdd-master$ python3 ggkbdd.py
Traceback (most recent call last):
File "ggkbdd.py", line 20, in
import ggkbdd.daemon
File "/home/steveum-ssd/software/ggkbdd-master/ggkbdd/init.py", line 21, in
import libevdev
ModuleNotFoundError: No module named 'libevdev'
=====
I want to use this because Pystromo has ceased working in Ubuntu 18.04, though it worked perfectly fine before my upgrade from Ubutnu 16.04. It looks like, based on the documentation I can see, that the Pystromo project (not mine, from 2009 or so?) performs most of the things you are starting to program here. Would you be willing to take a look and use the Pystromo project, maybe fork it and make it glorious again?