awkman / pywifi

A cross-platform module for manipulating WiFi devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: name 'const' is not defined

qqkl662 opened this issue · comments

when I run the example,I meet this questions.(win10 python3.6.6).
I also meet similar error in envionment(win10 python 3.5.5)
question

commented

You should use "pywifi.const" instead of "const".

You should use "pywifi.const" instead of "const".

thank you for your reply,