gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #04300
[Bug 876085] Re: ImportError: No module named gwibber.microblog.util
I have this error (2) on (1)
gwibber version: gwibber-3.0.0.1.tar.gz
(1)
>cat /etc/debian_version
wheezy/sid
3.3.0-2-grml-amd64
(2)
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
(3)
uninstall and reinstall of gwibber did NOT help
http://alt.os.linux.mint.narkive.com/xrH5GErT/gwibber-importerror-no-module-named-gwibber-microblog-util
http://denis.papathanasiou.org/2010/07/20/python-setup-py-uninstall/
--
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:
Expired
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