On Wednesday, June 15, 2016 07:26:18 PM André Verwijs wrote: > Kubuntu 16.10 (Yakkety Yak) Daily Build > is crashing with install. after filling in user information, i'm > getting this: > > > traceback (most recent call last): > File "/usr/lib/ubiquity/bin/ubiquity", line 649, in <module> > main(oem_config) > File "/usr/lib/ubiquity/bin/ubiquity", line 633, in main > install(args[0], query=options.query) > File "/usr/lib/ubiquity/bin/ubiquity", line 268, in install ret = > wizard.run() > File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 525, in > run self.start_slideshow() > File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 641, in > start_slideshow webView = self._create_webview() > File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 594, in > _create_webview from PyQt4.QtWebKit import QWebView > ImportError: No module named 'PyQt4.QtWebKit'
In Debian we are pushing hard to get rid of QtWebKit for Qt4 in the current release cycle. As part of this effort, we've dropped QtWebKit support from python-qt4 in Debian and this was sync'ed into Xenial. You can either add QtWebKit support back and maintain the diff both in Qt4 and PyQt4 (with zero upstream support) or port ubiquity-frontend-kde to Qt5. I would recommend the latter if you can manage it. Scott K -- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
