awkman / pywifi

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

pip 3.5 broken #2

Closed kootenpv closed 8 years ago

kootenpv commented 8 years ago

After pip3.5 install pywifi

>>> import pywifi
>>> pywifi.PyWiFi()
AttributeError: module 'pywifi' has no attribute 'PyWiFi'
fuzzy-focus commented 8 years ago

Publishing your current version of this repo to PyPI would fix it.

The broken imports (import win.interfaces) are the issue.

awkman commented 8 years ago

Thanks for you help. I already published current version onto PyPI and do some basic tests under Ubuntu environment. The issue disappeared.

kootenpv commented 8 years ago

Cool, that helped!