#πŸ”’ Does Urwid's BigText break on tty, on vertical screens, or is there something I need to do prior?

6 messages Β· Page 1 of 1 (latest)

rapid flame
#

So I'm having trouble with urwid and its BigText object. On Windows, it works well; on Linux however, somehow it doesn't on tty. I have an Arch Linux installation on a remote tablet computer currently acting as a Bluetooth receiver for our old home theater speaker set and was planning to make a simple yet informative interface. Unfortunately, even a simple clock with urwid won't show up properly on the screen (here's a screenshot of it from PuTTY; the contents shown are viewed from the tablet via screen).

Any clue why this happened? Is there something I need to do first? And does this happen a lot on tty, or is it because it can't handle vertical screens despite working on Windows with the same terminal size (cols=100, lines=80)?

clock code is from this repo i found to build it off from: urwid_clock by romainh3nry logo_github

GitHub

A simple clock using urwid module. Contribute to romainh3nry/urwid_clock development by creating an account on GitHub.

zenith martenBOT
#

@rapid flame

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

rapid flame
#

. to prevent inactivity

rapid flame
#

.

zenith martenBOT
#

@rapid flame

Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.