gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #03962
[Bug 1036155] Re: Gwibber crashes at startup
[Expired for Gwibber because there has been no activity for 60 days.]
** Changed in: gwibber
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/1036155
Title:
Gwibber crashes at startup
Status in Gwibber:
Expired
Bug description:
Using gwibber 3.0.0.1:
Traceback (most recent call last):
File "/usr/bin/gwibber", line 55, in <module>
from gwibber import client
File "/usr/lib/pymodules/python2.7/gwibber/client.py", line 3, in <module>
import gtk, gobject, gwui, util, actions, json, gconf
File "/usr/lib/pymodules/python2.7/gwibber/gwui.py", line 33, in <module>
if "gwibber" not in urlparse.uses_query:
AttributeError: 'module' object has no attribute 'uses_query'
I fixed this by editing gwui.py to look like this:
if hasattr(urlparse, 'uses_query'):
--if "gwibber" not in urlparse.uses_query:
----urlparse.uses_query.append("gwibber")
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1036155/+subscriptions
References