Meka Posted August 8, 2014 Posted August 8, 2014 Hi there :) i've installed wicd via apt-get and when i try to launch it using the wicd-client command in the terminal this message appears: root@Meka:~# wicd-client unknown locale: en_AG Default locale unavailable, falling back to en_US Traceback (most recent call last): File "/usr/share/wicd/gtk/wicd-client.py", line 62, in <module> from wicd import misc File "/usr/lib/python2.7/dist-packages/wicd/misc.py", line 37, in <module> from wicd.translations import _ File "/usr/lib/python2.7/dist-packages/wicd/translations.py", line 58, in <module> _ = get_gettext() File "/usr/lib/python2.7/dist-packages/wicd/translations.py", line 50, in get_gettext if (lc): UnboundLocalError: local variable 'lc' referenced before assignment can someone tell me what's wrong and a way for me to fix it :) PS. i have only used Linux for a couple of days so i'm not that familiar with it Thanks in advance :) Quote
Guest spazi Posted August 8, 2014 Posted August 8, 2014 You have to specify what distro and version you are using.And google should be your friend. If you are having this issue, chances are that thousand of others are facing the same problems.Welcome to linux hehe :) Quote
Meka Posted August 8, 2014 Author Posted August 8, 2014 You have to specify what distro and version you are using. And google should be your friend. If you are having this issue, chances are that thousand of others are facing the same problems. Welcome to linux hehe :) i'm using the newest version of kali linux and thanks :) Quote
cooper Posted August 9, 2014 Posted August 9, 2014 I loathe wicd. Just configure and run wpa_supplicant and use ifconfig/iwconfig for whatever's left. If you've attached to the wrong AP, just unbind from the interface (dhcp -k wlo1), killall -HUP wpa_supplicant, give it a sec to find an alternate (you can set priorities in the conf file) and you should be golden. Quote
Guest spazi Posted August 9, 2014 Posted August 9, 2014 stupid question, did you apt-get wicd over wifi?Should probably do it over LAN ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.