Bug#484534: reportbug fails to use python-urwid

2008-06-11 Thread Blaz Lorger
Package: reportbug Version: 3.41 Followup-For: Bug #484534 I have same problem. Purging and reinsatlling python-urwid package didn't help. Apparently python-urwid is not a problem. Following executes successfuly on my system: $ python -c "import urwid.raw_display" $ echo $? 0 -- Package-speci

Bug#484534: reportbug fails to use python-urwid

2008-06-05 Thread Noah Slater
On Wed, Jun 04, 2008 at 05:26:03PM -0400, Chris Lawrence wrote: > python -c "import urwid.raw_display" > > The message is triggered by any import failure, so there may be a > problem with urwid on your system that isn't due to reportbug itself. [EMAIL PROTECTED]: ~ $ python -c "import urwid.raw_di

Bug#484534: reportbug fails to use python-urwid

2008-06-04 Thread Chris Lawrence
On Wed, Jun 4, 2008 at 2:14 PM, Noah Slater <[EMAIL PROTECTED]> wrote: > Package: reportbug > Version: 3.40 > Severity: normal > > I am getting the following line from reportbug: > >> *** Unable to import urwid interface: Please install the python-urwid package >> to use this interface. Falling bac

Bug#484534: reportbug fails to use python-urwid

2008-06-04 Thread Noah Slater
Package: reportbug Version: 3.40 Severity: normal I am getting the following line from reportbug: > *** Unable to import urwid interface: Please install the python-urwid package > to use this interface. Falling back to text interface. But I have python-urwid installed: [EMAIL PROTECTED]: ~/ $ s