Package: reportbug Version: 3.30 Severity: normal
Hello, I tried out the urwid interface and found it to be highly unstable. Especially it bails out if I use middle click to paste a text into a text field, but it generates tracebacks also on other occurances I have 0.9.6-2 of python-urwid installed. I attach two tracebacks I collected. Regards, Martin -- Package-specific info: ** Environment settings: INTERFACE="text" ** /home/martin/.reportbugrc: reportbug_version "3.30" mode standard ui text email "[EMAIL PROTECTED]" -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-ck1-tp23-sws-2.2.8 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages reportbug depends on: ii python 2.4.3-11 An interactive high-level object-o ii python-central 0.5.6 register and build utility for Pyt Versions of packages reportbug recommends: pn python-cjkcodecs | python-ico <none> (no description available) -- no debconf information
Traceback (most recent call last): File "/usr/bin/reportbug", line 1745, in ? main() File "/usr/bin/reportbug", line 777, in main return iface.user_interface() File "/usr/bin/reportbug", line 1702, in user_interface force_prompt=True) File "/usr/share/reportbug/reportbug_ui_urwid.py", line 477, in get_filename default=default) File "/usr/share/reportbug/reportbug_ui_urwid.py", line 352, in get_string code, text = box.main(ui) File "/usr/share/reportbug/reportbug_ui_urwid.py", line 196, in main return self.ui.run_wrapper(self.run) File "/var/lib/python-support/python2.4/urwid/raw_display.py", line 186, in run_wrapper return fn() File "/usr/share/reportbug/reportbug_ui_urwid.py", line 160, in run k = self.view.keypress( size, k ) File "/var/lib/python-support/python2.4/urwid/widget.py", line 1240, in keypress return self.body.keypress( (maxcol,maxrow-top-bottom), key ) File "/var/lib/python-support/python2.4/urwid/widget.py", line 1091, in keypress Traceback (most recent call last): File "/usr/bin/reportbug", line 1745, in ? main() File "/usr/bin/reportbug", line 777, in main return iface.user_interface() File "/usr/bin/reportbug", line 1461, in user_interface 'option specified."', force_prompt=True) File "/usr/share/reportbug/reportbug_ui_urwid.py", line 352, in get_string code, text = box.main(ui) File "/usr/share/reportbug/reportbug_ui_urwid.py", line 196, in main return self.ui.run_wrapper(self.run) File "/var/lib/python-support/python2.4/urwid/raw_display.py", line 186, in run_wrapper