David Philipe Gil <[email protected]> writes: > When I type... > > <code>sudo python3 ./hid-recorder</code> > > I get the following output... > > <code>Traceback (most recent call last): > File "./hid-recorder", line 20, in <module> > import hidtools.cli.record > File > "/home/davidphilipegil/Repositories/hid-tools/hidtools/cli/record.py", > line 20, in <module> > import click > ModuleNotFoundError: No module named 'click'</code>
python-click and python3-click should be installable on trisquel. -- "Cut your own wood and it will warm you twice"
