← Back to team overview

zeitgeist team mailing list archive

[Bug 497140] [NEW] zeitgeist-daemon errors with "No module named notify"

 

Public bug reported:

make install doesn't seem to  be copying _zeitgeist/engine/notify.py as
it can't be found by zeitgeist-daemon. Copying it manually to
/usr/local/share/zeitgeist/_zeitgeist/engine/ fixes the issue.

Traceback (most recent call last):
  File "/usr/local/bin/zeitgeist-daemon", line 47, in <module>
    from _zeitgeist.engine.remote import RemoteInterface
  File "/usr/local/share/zeitgeist/_zeitgeist/engine/remote.py", line 28, in <module>
    from _zeitgeist.engine.notify import MonitorManager
ImportError: No module named notify

** Affects: zeitgeist
     Importance: Undecided
         Status: New

-- 
zeitgeist-daemon errors with "No module named notify"
https://bugs.launchpad.net/bugs/497140
You received this bug notification because you are a member of Zeitgeist
Developers, which is the registrant for Zeitgeist Framework.

Status in Zeitgeist Framework: New

Bug description:
make install doesn't seem to  be copying _zeitgeist/engine/notify.py as it can't be found by zeitgeist-daemon. Copying it manually to /usr/local/share/zeitgeist/_zeitgeist/engine/ fixes the issue.

Traceback (most recent call last):
  File "/usr/local/bin/zeitgeist-daemon", line 47, in <module>
    from _zeitgeist.engine.remote import RemoteInterface
  File "/usr/local/share/zeitgeist/_zeitgeist/engine/remote.py", line 28, in <module>
    from _zeitgeist.engine.notify import MonitorManager
ImportError: No module named notify





Follow ups

References