Closed manderso7 closed 4 years ago
I assume you mean that you install it on Ubuntu 19.04? Could you also state which device you use?
The offending line in the code is the following:
shell_command = ' '.join(map(shlex.quote,command))
From your last error message I see that the module object shlex
does not appear to have the quote
command. This command is present in all versions of Python 3. But you ran python setup.py
and not python3 setup.py
, so you have installed it with Python 2. You will need to install it again according to the installation instructions.
The configuration files in your home directory must be manually created.
Thanks, I needed to install w/ python3. Appreciate the assistance.
I've cloned the repo and run
setup.py install
, but I'm not sure what to do afterwards for the software to work when changing to tablet mode and having the screen rotate. Nothing was created in~/.config/ regarding thinkpad-*
Any help will be useful. Here's the output of the installationin addition, when running thinkpad-rotate manually, I get: