gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00051
[Bug 688755] Re: Python 2.7 in Natty breaks Gwibber
*** This bug is a duplicate of bug 688732 ***
https://bugs.launchpad.net/bugs/688732
** This bug has been marked a duplicate of bug 688732
package no longer has WebView attribute after transition to python 2.7
* You can subscribe to bug 688732 by following this link: https://bugs.launchpad.net/ubuntu/+source/pywebkitgtk/+bug/688732/+subscribe
--
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