PyMT is recommended, but it’s old and fails to install, at least on Raspberry Pi OS:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
pi@pad7–pios:~ sudo pip3 install PyMTMT Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting PyMT Downloading PyMT–0.5.1.tar.gz (19.1 MB) |████████████████████████████████| 19.1 MB 96 kB/s ERROR: Command errored out with exit status 1: command: /usr/bin/python3 –c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘“‘”‘/tmp/pip-install-b6yez7ac/pymt_1ca31b3b3c92406780ce92a5395ee500/setup.py’“‘”‘; __file__=’“‘”‘/tmp/pip-install-b6yez7ac/pymt_1ca31b3b3c92406780ce92a5395ee500/setup.py’“‘”‘;f=getattr(tokenize, ‘“‘”‘open’“‘”‘, open)(__file__);code=f.read().replace(‘“‘”‘\r\n’“‘”‘, ‘“‘”‘\n’“‘”‘);f.close();exec(compile(code, __file__, ‘“‘”‘exec’“‘”‘))’ egg_info —egg–base /tmp/pip–pip–egg–info–9bn0q9ng cwd: /tmp/pip–install–b6yez7ac/pymt_1ca31b3b3c92406780ce92a5395ee500/ Complete output (6 lines): Traceback (most recent call last): File “<string>”, line 1, in <module> File “/tmp/pip-install-b6yez7ac/pymt_1ca31b3b3c92406780ce92a5395ee500/setup.py”, line 11 print ‘#’ * 80 ^ SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(‘#’ * 80)? ———————————————————— WARNING: Discarding https://files.pythonhosted.org/packages/75/c2/a697d6c3c5916bc138cba9deb3770c073add4be3ea40139c637547a9e1c7/PyMT-0.5.1.tar.gz#sha256=3005e626c904ca98f61aa063b5b98d8dd205d8832136f7e9fa77a59a9db52990 (from https://pypi.org/simple/pymt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. |
evtest works in the command line, but it’s difficult to follow the output when multiple fingers are in contact with the screen, so the easiest way I’ve found is the “WBBMTT: Web Browser Based Multi-Touch screen Test” @ https://naqtn.github.io/WBBMTT/. I tested it successfully with Chromium running on Raspberry Pi OS in the BTT Pad 7 tablet PC.
Leave a Reply