redial icon indicating copy to clipboard operation
redial copied to clipboard

Incompatible with latest version of urwid.

Open airfield20 opened this issue 1 year ago • 0 comments

Describe the bug Running redial now produces an error on a fresh install: Module not found error. urwid.tests is not found. Redial seems to be compatible with urwid version 2.1.2

To Reproduce Steps to reproduce the behavior:

  1. Pip install redial
  2. Run redial

Expected behavior Redial app should start

Desktop (please complete the following information):

  • OS: Ubuntu 20.04

Additional context Current workaround is to uninstall urwid and install version 2.1.2

pip uninstall urwid pip install urwid==2.1.2

airfield20 avatar Nov 08 '23 20:11 airfield20