thanks for the bug report
is this reproduciable ?
if so than define the steps to reproduce it ?

** Changed in: gwibber
       Status: New => Incomplete

-- 
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:
  Incomplete

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

_______________________________________________
Mailing list: https://launchpad.net/~gwibber-bugs
Post to     : gwibber-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~gwibber-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to