Open 1UC1F3R616 opened 4 years ago
Py version: 3.7.3
After installing all requirements when running the application then getting below error traceback
File "main_gui.py", line 14, in <module> from PyQt5.QtWebKit import * ImportError: DLL load failed: The specified procedure could not be found.
Tried solution available at here
Any Suggestions on this?
Just try downgrading the pyqt5 version to 5.9 currently its 5.14
@Geek-ubaid already did that
Py version: 3.7.3
After installing all requirements when running the application then getting below error traceback
Tried solution available at here
Any Suggestions on this?