zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #02599
[Bug 680103] Re: ImportError: cannot import name Soup
You should install gir1.0-soup-2.4
--
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/680103
Title:
ImportError: cannot import name Soup
Status in GNOME Activity Journal:
Invalid
Status in Zeitgeist Framework:
Invalid
Bug description:
This is what happens when I try to start zeitgeist-daemon after installing it from the PPA on Maverick:
$ zeitgeist-daemon
DEBUG:root:Checking for another running instance...
DEBUG:root:No running instances found.
INFO:zeitgeist.sql:Using database: /home/nvsbl/.local/share/zeitgeist/activity.sqlite
DEBUG:zeitgeist.sql:Core schema is good. DB loaded in 12.2709274292ms
DEBUG:zeitgeist.extension:Searching for system extensions in: /usr/share/zeitgeist/_zeitgeist/engine/extensions
DEBUG:zeitgeist.extension:Searching for user extensions in: /home/nvsbl/.local/share/zeitgeist/extensions
ERROR:root:Typelib file for namespace 'Soup' (any version) not found
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/gtk-2.0/gi/importer.py", line 52, in find_module
repository.require(namespace)
RepositoryError: Typelib file for namespace 'Soup' (any version) not found
Traceback (most recent call last):
File "/usr/bin/zeitgeist-daemon", line 98, in <module>
interface = RemoteInterface(mainloop = mainloop)
File "/usr/share/zeitgeist/_zeitgeist/engine/remote.py", line 53, in __init__
self._engine = get_engine()
File "/usr/share/zeitgeist/_zeitgeist/engine/__init__.py", line 43, in get_engine
_engine = main.ZeitgeistEngine()
File "/usr/share/zeitgeist/_zeitgeist/engine/main.py", line 120, in __init__
default_extensions = get_extensions()
File "/usr/share/zeitgeist/_zeitgeist/engine/extension.py", line 147, in get_extensions
extensions = _scan_extensions()
File "/usr/share/zeitgeist/_zeitgeist/engine/extension.py", line 193, in _scan_extensions
ext = __import__(name)
File "/home/nvsbl/.local/share/zeitgeist/extensions/desktopcouch_gateway.py", line 35, in <module>
from gi.repository import Soup
ImportError: cannot import name Soup
I installed python-beautifulsoup, but I'm such a n00b that for all I know they're two totally different libraries.
References