python - ImportError: No module named 'PyQt4.QtWebKit' - Ask Ubuntu
i upgraded ubuntu 16.04 16.10, , python3 code working, not work anymore, i.e.:
$ python3 python 3.5.2+ (default, sep 22 2016, 12:18:14) [gcc 6.2.0 20160927] on linux type "help", "copyright", "credits" or "license" more information. >>> pyqt4.qtwebkit import qwebview traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: no module named 'pyqt4.qtwebkit' >>>
package python3-pyqt4
installed.
why this, , other packages needed work?
it looks pyqt4.qtwebkit
package got removed in ubuntu 16.10, because both pyqt4 , qtwebkit long unmaintained.
Comments
Post a Comment