← Back to team overview

gwibber-bugs team mailing list archive

[Bug 688755] Re: Python 2.7 in Natty breaks Gwibber

 

** Summary changed:

- Python 2.7 in Natty breaks Gibber
+ Python 2.7 in Natty breaks Gwibber

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/688755

Title:
  Python 2.7 in Natty breaks Gwibber

Status in Gwibber:
  New

Bug description:
  After python is updated to 2.7 (2.7.1-0ubuntu1), Gwibber (2.91.1-0ubuntu2) throws exception:


Traceback (most recent call last):
  File "/usr/bin/gwibber", line 55, in <module>
    from gwibber import client
  File "/usr/lib/python2.7/dist-packages/gwibber/client.py", line 3, in <module>
    import gtk, gobject, gwui, util, actions, json, gconf
  File "/usr/lib/python2.7/dist-packages/gwibber/gwui.py", line 208, in <module>
    class WebUi(webkit.WebView):
AttributeError: 'module' object has no attribute 'WebView'





References