mosquito / cysystemd

systemd wrapper on Cython
Apache License 2.0
101 stars 21 forks source link

systemd 0.17.1 package unusable #58

Open quanah opened 1 year ago

quanah commented 1 year ago

On a system that previously used 0.16.1, scripts now fail to work, as:

ModuleNotFoundError: No module named 'systemd.daemon'; 'systemd' is not a package

quanah commented 1 year ago

Code has:

from systemd.daemon import notify, Notification

quanah commented 1 year ago

Reverting to 0.16.1 allows it to function again.

mosquito commented 1 year ago

looks like the problem similar like #57