PyQt6-WebEngine on Windows not working?

Matic Kukovec kukovecmatic at hotmail.com
Fri Dec 8 17:53:30 GMT 2023


Hi guys,

Anyone tried installing PyQt6-WebEngine on Windows for different Python versions, and all I tried return an error.
Specs:

  *
Windows 10x64
  *   Python3.7 / PyQt6.3.1 / PyQt6-WebEngine installed from PyPi
  *   Python3.10 / PyQt6.5.2 / PyQt6-WebEngine installed from PyPi
  *   Python3.12 / PyQt6.5.3 / PyQt6-WebEngine installed from PyPi

All of these combinations throw this when executing "PyQt6.QtWebEngineWidgets":
Traceback (most recent call last):
  File "J:\Python\qwebengineview\test.py", line 4, in <module>
    import PyQt6.QtWebEngineWidgets
ImportError: DLL load failed while importing QtWebEngineWidgets: The specified procedure could not be found.

It installed without problems and the dlls are there, here is the screenshot from the "site-packages/PyQt6":
[cid:be19f21a-a0fd-4eab-aca8-4e3059a8adfa]

Any ideas how to fix this?

Thanks,
Matic

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20231208/651df552/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 9951 bytes
Desc: image.png
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20231208/651df552/attachment-0001.png>


More information about the PyQt mailing list