8000 ggkbdd.py will not run · Issue #2 · whot/ggkbdd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ggkbdd.py will not run #2
Open
Open
@TherinS

Description

@TherinS

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?

https://github.com/TherinS/Pystromo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0