gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #03009
[Bug 876085] Re: ImportError: No module named gwibber.microblog.util
I can't remember what it was about anymore :P sorry
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/876085
Title:
ImportError: No module named gwibber.microblog.util
Status in Gwibber:
Incomplete
Bug description:
Installed Gwibber 3.0.0.1 installed all the python module dependencies
listed in "INSTALL"
When i run the command gwibber, o sudo gwibber i get this error
(gwibber:14386): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
(gwibber:14386): Wnck-WARNING **: Unhandled action type
_OB_WM_ACTION_UNDECORATE
(gwibber:14386): Wnck-WARNING **: Unhandled action type
_OB_WM_ACTION_UNDECORATE
(gwibber:14386): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
Traceback (most recent call last):
File "/usr/bin/gwibber", line 52, in <module>
from gwibber.microblog.util import log
ImportError: No module named gwibber.microblog.util
Sitenote: if i try to start gwibber without installing by using
bin/gwibber i get the following error:
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
Traceback (most recent call last):
File "bin/gwibber", line 87, in <module>
client.Client()
File "/home/evotech/downloads/gwibber-3.0.0.1/gwibber/client.py", line 623, in __init__
self.w = GwibberClient()
File "/home/evotech/downloads/gwibber-3.0.0.1/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/home/evotech/downloads/gwibber-3.0.0.1/gwibber/gwui.py", line 50, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
ERROR:dbus.proxies:Introspect error on com.Gwibber.Service:/com/gwibber/Service: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
Traceback (most recent call last):
File "bin/gwibber", line 87, in <module>
client.Client()
File "/home/evotech/downloads/gwibber-3.0.0.1/gwibber/client.py", line 623, in __init__
self.w = GwibberClient()
File "/home/evotech/downloads/gwibber-3.0.0.1/gwibber/client.py", line 40, in __init__
self.model = gwui.Model()
File "/home/evotech/downloads/gwibber-3.0.0.1/gwibber/gwui.py", line 50, in __init__
self.services = json.loads(self.daemon.GetServices())
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/gwibber-service exited with status 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/876085/+subscriptions
References