Wicd 1.6 on Arch Linux and Gentoo
Password contains Swedish letters å and ö
Wicd.log show:
2009/06/22 15:33:33 :: Putting interface up...
2009/06/22 15:33:33 :: Generating psk...
2009/06/22 15:33:33 :: Exception in thread Thread-5:
2009/06/22 15:33:33 :: Traceback (most recent call last):
2009/06/22 15:33:33 :: File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
2009/06/22 15:33:33 :: self.run()
2009/06/22 15:33:33 :: File "/usr/lib/python2.6/site-packages/wicd/networking.py", line 834, in run
2009/06/22 15:33:33 :: self.generate_psk_and_authenticate(wiface)
2009/06/22 15:33:33 :: File "/usr/lib/python2.6/site-packages/wicd/networking.py", line 71, in wrapper
2009/06/22 15:33:33 :: return func(self, *__args, **__kargs)
2009/06/22 15:33:33 :: File "/usr/lib/python2.6/site-packages/wicd/networking.py", line 891, in generate_psk_and_authenticate
2009/06/22 15:33:33 :: self.network['psk'] = wiface.GeneratePSK(self.network)
2009/06/22 15:33:33 :: File "/usr/lib/python2.6/site-packages/wicd/wnettools.py", line 1021, in GeneratePSK
2009/06/22 15:33:33 :: cmd = [wpa_pass_path, network['essid'], str(network['key'])]
2009/06/22 15:33:33 :: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe5' in position 1: ordinal not in range(128)
2009/06/22 15:33:33 ::