I am trying to test simple script to get Wi-Fi information. I installed the python-Wi-Fi module to use it, but once I run the script I get this message error:
File "C:\Users\PC\Anaconda2\lib\site-packages\pythonwifi\iwlibs.py",
line 28, in
import fcntl ImportError: No module named fcntl
Any ideas?
Thanks