By looking at the script, I think it fails here
try:
import dbus
except ImportError:
print("WARNING: Cannot import the dbus module - please install dbus-python!")
debug("Cannot import the dbus module")
NM_AVAILABLE = False
By looking at the script, I think it fails here
try:
import dbus
except ImportError:
print("WARNING: Cannot import the dbus module - please install dbus-python!")
debug("Cannot import the dbus module")
NM_AVAILABLE = False