-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
[sheepdestroyer@sheepivyra FreeWifi]$ sudo python wifi-users.py
Error getting wireless interface.
Traceback (most recent call last):
File "wifi-users.py", line 161, in <module>
main(argv)
File "wifi-users.py", line 58, in main
wireless = Wireless()
File "/usr/lib/python2.7/site-packages/wireless/Wireless.py", line 23, in __init__
self._driver_name = self._detectDriver()
File "/usr/lib/python2.7/site-packages/wireless/Wireless.py", line 50, in _detectDriver
compare = self.vercmp(ver, "0.9.9.0")
File "/usr/lib/python2.7/site-packages/wireless/Wireless.py", line 71, in vercmp
return cmp(normalize(actual), normalize(test))
File "/usr/lib/python2.7/site-packages/wireless/Wireless.py", line 70, in normalize
return [int(x) for x in re.sub(r'(\.0+)*$', '', v).split(".")]
ValueError: invalid literal for int() with base 10: '4-3'
[sheepdestroyer@sheepivyra FreeWifi]$
Metadata
Metadata
Assignees
Labels
No labels