Qt 6.11 is out! See what's new in the release
blog
PySide2: DLL load failed while importing QtWebEngineWidgets: The specified module could not be found
-
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,QtWebEngineCoreandQtWebEngineWidgetsinsite-packagesdirectory 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?