FS#72724 - [python-pudb dependency missing urwid_readline

Attached to Project: Arch Linux
Opened by Werner Llácer (wllacer) - Friday, 12 November 2021, 12:23 GMT
Last edited by Antonio Rojas (arojas) - Friday, 12 November 2021, 12:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Trying to execute a python debug session with python-pudb via command
python -m pudb script.py
the initializacion fails with

File "/usr/lib/python3.9/site-packages/pudb/debugger.py", line 188, in __init__
self.ui = DebuggerUI(self, stdin=stdin, stdout=stdout, term_size=term_size)
File "/usr/lib/python3.9/site-packages/pudb/debugger.py", line 776, in __init__
import urwid_readline
ModuleNotFoundError: No module named 'urwid_readline'


Additional info:
*python-pudb 2021.2-1
*python-urwid 2.1.2-1

A python-urwid_readline package does exists in AUR

Steps to reproduce
* Clean install python-pudb and dependencies.
* Execute a debug session python -m pudb ...
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 12 November 2021, 12:30 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#72666 

Loading...