FS#79266 - [python-pudb] missing dependency on urwid_readline

Attached to Project: Arch Linux
Opened by George Rawlinson (rawlinsong) - Tuesday, 01 August 2023, 10:51 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Missing dependency on urwid_readline (found here: https://github.com/rr-/urwid_readline)

Running 'pudb $PYTHON_FILE' results in a ModuleNotFoundError. Traceback below:

Traceback (most recent call last):
File "/usr/bin/pudb", line 33, in <module>
sys.exit(load_entry_point('pudb==2022.1.3', 'console_scripts', 'pudb')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pudb/run.py", line 99, in main
runscript(mainpyfile, **options_kwargs)
File "/usr/lib/python3.11/site-packages/pudb/__init__.py", line 110, in runscript
dbg = _get_debugger(
^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pudb/__init__.py", line 86, in _get_debugger
dbg = Debugger(**kwargs)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pudb/debugger.py", line 194, in __init__
self.ui = DebuggerUI(self, stdin=stdin, stdout=stdout, term_size=term_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/pudb/debugger.py", line 837, in __init__
import urwid_readline
ModuleNotFoundError: No module named 'urwid_readline'


Additional info:
* python-pudb 2022.1.3-2

Steps to reproduce: Attempt to run pudb with a python file as an arg. Watch it fail.
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/python-pudb/issues/3

Loading...