awkman / pywifi

A cross-platform module for manipulating WiFi devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot import pywifi

Aaron-212 opened this issue · comments

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

Fixed

@Aaron2412 how do you fix it?