Jugurtha Hadjar
Jugurtha Hadjar
I'm importing the module (Python), but I'm executing the program as root. So yes, I run both iwlist and my program as root. My way around this is this (ugly,...
``` Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/wifi/scan.py", line 31, in all raise InterfaceError(e.output.strip()) wifi.exceptions.InterfaceError: wlan0 Interface doesn't support scanning : Network is down ```...
I get this ``` Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/wifi/scheme.py", line 155, in activate subprocess.check_output(['/sbin/ifdown', self.interface], stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 544, in check_output raise...
Is there an update on this? I'm trying the following: ```python from libcloud.container.types import Provider as ContainerProvider from libcloud.container.providers import get_driver as get_container_driver containercls = get_container_driver(ContainerProvider.GKE) containerdriver = containercls('[email protected]', '/path/to/file/project-key.json',...