Package Details: python-pudb-git 2022.1.3.r14.g6739956-1

Git Clone URL: https://aur.archlinux.org/python-pudb-git.git (read-only, click to copy)
Package Base: python-pudb-git
Description: A full-screen, console-based Python debugger
Upstream URL: https://documen.tician.de/pudb/
Licenses: MIT
Conflicts: python-pudb
Provides: python-pudb
Submitter: craftyguy
Maintainer: bcb
Last Packager: bcb
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-13 00:50 (UTC)
Last Updated: 2023-06-24 15:31 (UTC)

Dependencies (15)

Required by (1)

Sources (1)

Latest Comments

bcb commented on 2024-03-31 16:29 (UTC)

@maxemilian - sorry for the late reply. Building and running works fine for me. python-urwid_readline is a dependency, but it is an AUR package. Have you rebuilt it recently? Is it built for the current system Python version (3.11)? Look at the files listed by pacman -Ql python-urwid_readline to see if it places its files under /usr/lib/python3.11/site-packages/ - if it is for a different version, rebuild it.

Also updating to the latest version would be very good.

This is a VCS package; when you run makepkg (or your AUR helper) it will build the latest version available in the upstream Git repository. Pushing changes to the AUR solely to bump the version is discouraged.

maxemilian commented on 2024-02-18 19:32 (UTC) (edited on 2024-02-18 19:34 (UTC) by maxemilian)

I've getting error after installation

pudb test.py
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'

could you fix this urwid_readline dependency installation issue? I thought that it installed but it didn't. Also updating to the latest version would be very good. thx