( Apparently I don't have enough reputation points to post a comment lol, so I'll just post my comment here as an answer. )
@Taras this is incredible! Thank you so much! A note for anyone else coming to use this, apparently the QtWebEngineWidgets
module has been moved to a separate package called PyQtWebEngine
so you'll need to add that to your pip
statement ( pip install PyQt5 requests PyQtWebEngine
). The nice thing is, when it's installed, it's rolled into the main PyQt5
package, so imports like from PyQt5.QtWebEngineWidgets import QWebEngineView
can stay exactly the same. Python 3.7.0 No module named 'PyQt5.QtWebEngineWidgets' Thanks again so much!