gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00044
[Bug 688755] [NEW] Python 2.7 in Natty breaks Gibber
Public bug reported:
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'
** Affects: gwibber
Importance: Undecided
Status: New
--
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 Gibber
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'
Follow ups
References