PySide2: DLL load failed while importing QtWebEngineWidgets: The specified module could not be found
Unsolved
General and Desktop
-
I am using PySide2 and I get the following erro when trying to use
QtWebEngineView
:
ImportError: DLL load failed while importing QtWebEngineWidgets: The specified module could not be found.
I have seen similar questions but answers did not help me.
I see
QtWebEngine
,QtWebEngineCore
andQtWebEngineWidgets
insite-packages
directory of my environment. I used conda to install PySide2. I am on Windows. I run my app with correct Python from the environment to which the PySide2 was installed, so OS & Python version match.Does anyone know what might be wrong?