Sorry for double-mailing, it seems like, running with LC_ALL=C, then once again without that prefix, made wicd-curses start.
But then, once selecting "Configuration", it crashes again. This is the other trackback produced: # wicd-curses Traceback (most recent call last): File "/usr/share/wicd/curses/wicd-curses.py", line 921, 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 932, in update_ui self.handle_keys(input_data[1]) File "/usr/share/wicd/curses/wicd-curses.py", line 905, in handle_keys focus=True) File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 671, in mouse_event button, col, row-maxrow+frows, focus ) File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 1038, in mouse_event focus) File "/usr/share/wicd/curses/curses_misc.py", line 613, in mouse_event return self._w.mouse_event(size,event,button,x,y,focus) File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 1332, in mouse_event col - x, row, focus) File "/usr/share/wicd/curses/curses_misc.py", line 560, in mouse_event self.callback([self.args]) File "/usr/share/wicd/curses/wicd-curses.py", line 835, in handle_keys self.diag = WirelessSettingsDialog(pos,self.frame) File "/usr/share/wicd/curses/netentry_curses.py", line 385, in __init__ title = _('Configuring preferences for wireless network "$A" ($B)').replace('$A',wireless.GetWirelessProperty(networkID,'essid')).replace('$B',wireless.GetWirelessProperty(networkID,'bssid')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 20: ordinal not in range(128) I suppose fixes have to be applied to several places in the code, maybe I missed something. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org