[PyQt] ImportError: No module named 'PyQt5.QtWebEngineWidgets'

Phil Thompson phil at riverbankcomputing.com
Sat Mar 7 12:22:12 GMT 2015


On 07/03/2015 12:06 pm, iMath wrote:
>>>> from PyQt5.QtWebEngineWidgets import *
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in <module>
>     from PyQt5.QtWebEngineWidgets import *
> ImportError: No module named 'PyQt5.QtWebEngineWidgets'
>>>>> 
> 
> 
> tested on Win7 with PyQt5-5.4.1-gpl-Py3.4-Qt5.4.1-x32‍

It's not included because it needs a later compiler than the one used 
for Python v3.

Phil


More information about the PyQt mailing list