Bug 799541 - wicd-curses crashes upon keyboard event
Summary: wicd-curses crashes upon keyboard event
Keywords:
Status: CLOSED DUPLICATE of bug 800617
Alias: None
Product: Fedora
Classification: Fedora
Component: wicd
Version: 16
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-02 22:21 UTC by mk
Modified: 2012-03-21 18:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-21 18:24:18 UTC
Type: ---


Attachments (Terms of Use)

Description mk 2012-03-02 22:21:21 UTC
Description of problem:

wicd-curses crashes upon keyboard event.

Version-Release number of selected component (if applicable):

Fedora 16.
Wicd 1.7.0 (bzr-r552).

How reproducible:

Tested on a minimal Fedora 16 installation.

Steps to Reproduce:
1. Launch wicd-curses.
2. Push down a key on the keyboard.
  
Actual results:

The following traceback message:

EXCEPTION! Please report this to the maintainer and file a bug report with the backtrace below:
Traceback (most recent call last):
  File "/usr/share/wicd/curses/wicd-curses.py", line 904, in call_update_ui
    self.update_ui(True)                                
  File "/usr/share/wicd/curses/wicd-curses.py", line 89, in wrapper
    return func(*args, **kargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 915, in update_ui
    self.handle_keys(input_data[1])
  File "/usr/share/wicd/curses/wicd-curses.py", line 884, in handle_keys
    if urwid.is_mouse_event(k):
AttributeError: 'module' object has no attribute 'is_mouse_event'

Program terminates after the message.

Expected results:

Program not crashing.

Additional info:

Comment 1 David Cantrell 2012-03-21 18:24:18 UTC

*** This bug has been marked as a duplicate of bug 800617 ***


Note You need to log in before you can comment on or make changes to this bug.