Bug 799541

Summary: wicd-curses crashes upon keyboard event
Product: [Fedora] Fedora Reporter: mk
Component: wicdAssignee: David Cantrell <dcantrell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 16CC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-21 18:24:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***