ihabunek / toot

toot - Mastodon CLI & TUI
GNU General Public License v3.0
1.17k stars 110 forks source link

TUI problems #137

Open whistlewright opened 5 years ago

whistlewright commented 5 years ago

Just installed toot to my Debian 9 computer through apt. I can post. I can see my timeline but when I enter toot tui I get this:

james@kensington:~$ toot tui Traceback (most recent call last): File "/usr/bin/toot", line 11, in load_entry_point('toot==0.23.1', 'console_scripts', 'toot')() File "/usr/lib/python3/dist-packages/toot/console.py", line 545, in main run_command(app, user, command_name, args) File "/usr/lib/python3/dist-packages/toot/console.py", line 527, in run_command return fn(app, user, parsed_args) File "/usr/lib/python3/dist-packages/toot/commands.py", line 330, in tui from .tui.app import TUI File "/usr/lib/python3/dist-packages/toot/tui/app.py", line 26 ("pack", urwid.Text(('header', f' | {user.username}@{app.instance}'))), ^ SyntaxError: invalid syntax

So while I do have some functionality I am not sure I am getting the wow factor.

bill-auger commented 5 years ago

with python 3.8, i needed to install python3 urwid