You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
installed with pip3 install python-systemd-dbus
from systemd_dbus.manager import Manager
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.4/site-packages/systemd_dbus/manager.py", line 23, in
from systemd_dbus.unit import Unit, Service
File "/usr/lib/python3.4/site-packages/systemd_dbus/unit.py", line 25, in
from systemd_dbus.exceptions import SystemdError, raise_systemd_error
File "/usr/lib/python3.4/site-packages/systemd_dbus/exceptions.py", line 43
except dbus.exceptions.DBusException, error:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
installed with pip3 install python-systemd-dbus
from systemd_dbus.manager import Manager
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.4/site-packages/systemd_dbus/manager.py", line 23, in
from systemd_dbus.unit import Unit, Service
File "/usr/lib/python3.4/site-packages/systemd_dbus/unit.py", line 25, in
from systemd_dbus.exceptions import SystemdError, raise_systemd_error
File "/usr/lib/python3.4/site-packages/systemd_dbus/exceptions.py", line 43
except dbus.exceptions.DBusException, error:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: