[pkg-wicd-maint] Bug#951123: Acknowledgement (python3-wicd: Unable to get the ssid (external backend))
Sébastien Dufromentel
seth at fadrienn.irlnc.org
Wed Feb 12 11:31:04 GMT 2020
Okay, found it.
That's on line 50 in the file
/usr/lib/python3/dist-packages/wicd/wnettools.py
the regexp contained a “\t”, and the iwconfig output doesn't contain any tabulation (at least on my computer). I just replaced the regexp here by the one on line 49 in the file
/usr/lib/python2.7/dist-packages/wicd/wnettools.py
and now it works for me.
More information about the pkg-wicd-maint
mailing list