-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on Archlinux #8
Comments
This looks like a bug with https://github.com/joshvillbrandt/wireless/ It might be related to joshvillbrandt/wireless#17 If you get a chance, try reporting the error in that repo and maybe there is a workaround. I also just pushed changes that add |
As mentioned in the comments, cmp doesn't exist in Python 3. If you really want it, you could define it yourself: def cmp(a, b): ..... Or use python 2 |
@kylemcdonald
It seems to work,but still receive a error "Error getting gateway MAC address." |
"Error getting gateway MAC address." means that |
sudo python3 wifi-users.py
The text was updated successfully, but these errors were encountered: