No module named 'dbus'

Issue #13 closed
Former user created an issue

I am trying to run this Package for the first time and it gives me the following error:

Traceback (most recent call last):
  File "c:\Users\\.python_projects\Projects\notifaction.py", line 6, in <module>
    import notify2
  File "C:\Users\\.python_projects\lib\site-packages\notify2.py", line 39, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'

Comments (2)

  1. Thomas Kluyver repo owner

    I’m not really working on pynotify2 any more. But dbus-python is a dependency of pynotify2, so you would generally need that installed to run it.

  2. Log in to comment