awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
447 stars 154 forks source link

Cannot import pywifi #28

Closed Aaron-212 closed 6 years ago

Aaron-212 commented 6 years ago

Python 2.7.10 (default, Oct 6 2017, 22:29:07) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import pywifi Traceback (most recent call last): File "", line 1, in File "pywifi/init.py", line 15, in from .wifi import PyWiFi File "pywifi/wifi.py", line 15, in from .iface import Interface File "pywifi/iface.py", line 15, in raise NotImplementedError NotImplementedError

pip showed that pywifi is installed correctly

Aaron-212 commented 6 years ago

Fixed

HaddyYang commented 3 years ago

@Aaron2412 how do you fix it?