I had good success with a custom QtSiteConfig.py <https://gist.github.com/krets/76ac381600a6f0db2f97b3cdd8cbcd2c>. It required the latest 1.1.0, but I've now started porting my tools. After the QtSiteConfig changes, the QWebEngineView was easily loaded (even if it was really a QWebView in some environments).
from Qt.QtWebEngineWidgets import QWebEngineView as QWebView It would be great if we could have QtWebEngineWidgets directly available in Qt.py. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CANESWi2F2NO2CprNLuPwiWqj0tM-VtRoBsvUzPsHM01oj8SgUQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
