I got this error:
Traceback (most recent call last):
File "c:\pythoncodes\DGA\Article1\from PyQt6.py", line 1, in <module>
from PyQt6.QtWebEngineWidgets import QWebEngineView
ImportError: DLL load failed while importing QtWebEngineWidgets: The specified procedure could
when running this code:
from PyQt6.QtWebEngineWidgets import QWebEngineView
How can I solve this?
I should use PyQt6 in this code.