20.03.2016, 12:03
Hi.
Hab den Link ehrlich gesagt übersehen, aber jetzt mal getestet. Ich komme aber nur bis zum Punkt 4, wenn ich ./touch.py ausführe.
Habe dann noch das ausprobiert:
Hat aber keine Veränderung gebracht.
Hab den Link ehrlich gesagt übersehen, aber jetzt mal getestet. Ich komme aber nur bis zum Punkt 4, wenn ich ./touch.py ausführe.
Code:
Traceback (most recent call last):
File "./touch.py", line 7, in <module>
import uinput
ImportError: No module named 'uinput'
Habe dann noch das ausprobiert:
Code:
apt-get install python{,3}-pip
pip install python-uinput
und:
apt-get install python-pip
pip install python-uinput
Hat aber keine Veränderung gebracht.