[PyQt] QWebEngineView fail while trying to setUrl() (possibly bug)

Герасимов Михаил Gerasimov-M-N at yandex.ru
Thu Apr 14 01:28:29 BST 2016


This code leads to error "Could not find QtWebEngineProcess.exe" (but 
shouldn't, right?):

    import sys

    from PyQt5.QtWidgets import QApplication
    from PyQt5.QtCore import QUrl
    from PyQt5.QtWebEngineWidgets import QWebEngineView


    if __name__ == '__main__':
         app = QApplication(sys.argv)

         view = QWebEngineView()
         view.setUrl(QUrl("http://javascript.ru/ajax/intro"))  # This
    line leads to error

         sys.exit(app.exec_())

Windows 10,
PyQt dir in PATH,
PyQt5 5.6.dev1604121819

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160414/c2c5cbc0/attachment.html>


More information about the PyQt mailing list