Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Error with Python 3 #6

Open
dubierthomas opened this issue Mar 2, 2017 · 0 comments
Open

Error with Python 3 #6

dubierthomas opened this issue Mar 2, 2017 · 0 comments

Comments

@dubierthomas
Copy link

dubierthomas commented Mar 2, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant