Answer the question
In order to leave comments, you need to log in
Why does an ImportError pop up in PyQt5?
When trying to import QWebEngine from PyQt5, an error occurs:
from PyQt5.QtWebEngineWidgets import QWebEngineView
Traceback (most recent call last):
File "TestFile4.py", line 1, in <module>
from PyQt5.QtWebEngineWidgets import QWebEngineView
ImportError: DLL load failed while importing QtWebEngineWidgets: Не найден указанный модуль.
Answer the question
In order to leave comments, you need to log in
I think the problem is in the library. Try reinstalling the library, if that doesn't work, try a different version. Also try pip install PyQtWebEngine .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question