For my PyQt5 project, I am using the QWebEngineView
, but certain videos, such as .mp4
videos won't play. Can I install the codecs with pip
, or pass a certain argument through QApplication()
or something similar in order to fix this problem?
I installed PyQt5 through pip
, so I don't have the C:Qt...
files, only the PyQt5
, pyqt5_tools
folders in AppdataLocalProgramsPythonPython37Libsite-packages
.
I am using Python 3.7.2
, and PyQt5.11
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…