Comment 4 for bug 1075399

Revision history for this message
Tomka-w (tomka-w) wrote :

There seem to be more problems. I'm getting this now with the patch applied.

$ wicd-curses

Traceback (most recent call last):
  File "/usr/share/wicd/curses/wicd-curses.py", line 1063, in <module>
    main()
  File "/usr/share/wicd/curses/wicd-curses.py", line 995, in main
    ui.run_wrapper(run)
  File "/usr/lib64/python2.7/site-packages/urwid/raw_display.py", line 242, in run_wrapper
    return fn()
  File "/usr/share/wicd/curses/wicd-curses.py", line 88, in wrapper
    return func(*args, **kargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 1003, in run
    app = appGUI()
  File "/usr/share/wicd/curses/wicd-curses.py", line 548, in __init__
    self.wiredCB = urwid.Filler(WiredComboBox(wiredL))
  File "/usr/share/wicd/curses/wicd-curses.py", line 378, in __init__
    self.__super.__init__(use_enter=False)
  File "/usr/share/wicd/curses/curses_misc.py", line 355, in __init__
    self.focus_position = focus
  File "/usr/lib64/python2.7/site-packages/urwid/widget.py", line 573, in _not_a_container
    "No focus_position, %r is not a container widget" % self)
IndexError: No focus_position, <WiredComboBox selectable box/flow widget> is not a container widget