Was running great under Kubuntu 16.04, then I installed Mint Cinnamon 18.3 and python 2.7.9 and I can run the GUI but when it tries to connect I don’t get the download window. Logs show:
Launching airnefcmd with args: (args list)
Exception in Tkinter callback
Traceback (most recent call last):
File “/usr/lib/python2.7/lib-tk/Tkinter.py”, line 1535, in __call__
def __call__(self, *args):
File “<string>”, line 1017, in <lambda>
File “<string>”, line 1181, in wizard_2_0_ButtonClick
File “<string>”, line 255, in launchAirnefcmd
File “/usr/lib/python2.7/subprocess.py”, line 710, in __init__
c2pread, c2pwrite,
File “/usr/lib/python2.7/subprocess.py”, line 1335, in _execute_child
OSError: [Errno 2] No such file or directory
I’m guessing this has to do with the 2.7.9 version of Python not finding airnefcmd in same directory?
Thanks.