H
H
Hukyl2020-10-19 15:13:37
Python
Hukyl, 2020-10-19 15:13:37

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: Не найден указанный модуль.

How to fix it, or are there alternatives?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Boyko, 2020-10-20
@Hukyl

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 question

Ask a Question

731 491 924 answers to any question