Tomka, we already had the Gentoo patch you mentioned in the Slackware tree, even with that I still get this error when editing a new network with `wicd-curses`:
Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 1146, in call_update_ui
self.update_ui(True)
File "/usr/share/wicd/curses/wicd-curses.py", line 97, in wrapper
return func(*args, **kargs)
File "/usr/share/wicd/curses/wicd-curses.py", line 1159, in update_ui
self.handle_keys(input_data)
File "/usr/share/wicd/curses/wicd-curses.py", line 1037, in handle_keys
self.diag = WirelessSettingsDialog(pos, self.frame)
File "/usr/share/wicd/curses/netentry_curses.py", line 503, in __init__
self.set_values()
File "/usr/share/wicd/curses/netentry_curses.py", line 543, in set_values
wireless.GetWirelessProperty(networkID, 'bitrate')
ValueError: None is not in list
Tomka, we already had the Gentoo patch you mentioned in the Slackware tree, even with that I still get this error when editing a new network with `wicd-curses`:
Traceback (most recent call last): wicd/curses/ wicd-curses. py", line 1146, in call_update_ui update_ ui(True) wicd/curses/ wicd-curses. py", line 97, in wrapper wicd/curses/ wicd-curses. py", line 1159, in update_ui handle_ keys(input_ data) wicd/curses/ wicd-curses. py", line 1037, in handle_keys sDialog( pos, self.frame) wicd/curses/ netentry_ curses. py", line 503, in __init__ set_values( ) wicd/curses/ netentry_ curses. py", line 543, in set_values GetWirelessProp erty(networkID, 'bitrate')
File "/usr/share/
self.
File "/usr/share/
return func(*args, **kargs)
File "/usr/share/
self.
File "/usr/share/
self.diag = WirelessSetting
File "/usr/share/
self.
File "/usr/share/
wireless.
ValueError: None is not in list
So far this is the only patch that has helped:
https:/ /github. com/voidlinux/ void-packages/ blob/master/ srcpkgs/ wicd/patches/ curses_ bitrate_ fix.patch
And I have tried several!