Собсно вот:
>>> import wifi
>>> from wifi import Cell, Scheme
>>> Cell.all('wlan0')
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
Cell.all('wlan0')
File "C:\Python34\lib\site-packages\wifi-0.3.4-py3.4.egg\wifi\scan.py", line 29, in all
stderr=subprocess.STDOUT)
File "C:\Python34\lib\subprocess.py", line 607, in check_output
with Popen(*popenargs, stdout=PIPE, **kwargs) as process:
File "C:\Python34\lib\subprocess.py", line 858, in __init__
restore_signals, start_new_session)
File "C:\Python34\lib\subprocess.py", line 1111, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Импортировал библиотеку wifi 0.3.4 с питоновского сайта,а работать не хочет…Что за ошибка?“Система не может найти указанный файл”?