<div dir="ltr">Which version of Windows, Qt and PyQt are you using? Are you running PyQt<br>from within a virtualenv or directly from a console?<br><br>1. Windows 7 x64<br>2. <br>PyQt5 - v.5.15.4<br>PyQt5-Qt5 - v.5.15.2<br>PyQtWebEngine - v.5.15.4<br>PyQtWebEngine-Qt5

 - v.5.15.2    <br>3. from the console <a class="gmail_plusreply" id="plusReplyChip-0">+</a> using Notepad++</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">вт, 10 авг. 2021 г. в 18:00, <<a href="mailto:pyqt-request@riverbankcomputing.com">pyqt-request@riverbankcomputing.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send PyQt mailing list submissions to<br>
        <a href="mailto:pyqt@riverbankcomputing.com" target="_blank">pyqt@riverbankcomputing.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pyqt-request@riverbankcomputing.com" target="_blank">pyqt-request@riverbankcomputing.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pyqt-owner@riverbankcomputing.com" target="_blank">pyqt-owner@riverbankcomputing.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of PyQt digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Could not find QtWebEngineProcess.exe (????? ??????)<br>
   2. Re: Could not find QtWebEngineProcess.exe (David Boddie)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 10 Aug 2021 09:08:42 +0700<br>
From: ????? ?????? <<a href="mailto:semadob77@gmail.com" target="_blank">semadob77@gmail.com</a>><br>
To: <a href="mailto:pyqt@riverbankcomputing.com" target="_blank">pyqt@riverbankcomputing.com</a><br>
Subject: Could not find QtWebEngineProcess.exe<br>
Message-ID:<br>
        <<a href="mailto:CAKwiaoa5HGJ9MDAYCYkJrqbzw3t0NFs2dVZCLCS2cRm5CFFoiA@mail.gmail.com" target="_blank">CAKwiaoa5HGJ9MDAYCYkJrqbzw3t0NFs2dVZCLCS2cRm5CFFoiA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello. When executing this code:<br>
<br>
from PyQt5.QtCore import *<br>
from PyQt5.QtWidgets import *<br>
from PyQt5.QtWebEngineWidgets import *<br>
import sys<br>
class MainWindow(QMainWindow):<br>
    def __init__(self, url):<br>
        super(MainWindow, self).__init__()<br>
        self.setWindowTitle("Title")<br>
        self.browser = QWebEngineView()<br>
        self.browser.setUrl(QUrl(url))<br>
        self.setCentralWidget(self.browser)<br>
        self.resize(683, 1000)<br>
        self.move(683, 0)<br>
<br>
app = QApplication(sys.argv)<br>
window = MainWindow('<a href="https://www.google.com/" rel="noreferrer" target="_blank">https://www.google.com/</a>')<br>
window.show()<br>
app.exec_()<br>
<br>
returns an error:<br>
QWindowsEGLStaticContext::create: Could not initialize EGL display: error<br>
0x3001<br>
QWindowsEGLStaticContext::create: When using ANGLE, check if<br>
d3dcompiler_4x.dll is available<br>
Could not find QtWebEngineProcess.exe<br>
<br>
I think that the error is due to the configuration of<br>
PyQt5.QtWebEngineWidgets.QWebEngineView<br>
or rather interaction with QtWebEngineProcess.exe<br>
but I don't understand how to fix it, please help.<br>
<br>
When transferring a file QtWebEngineProcess.exe in the Python root, the<br>
program starts to see QtWebEngineProcess.exe but at the same time, there<br>
are even more errors.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210810/b91f3b30/attachment-0001.htm" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210810/b91f3b30/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 10 Aug 2021 12:19:18 +0200<br>
From: David Boddie <<a href="mailto:david@boddie.org.uk" target="_blank">david@boddie.org.uk</a>><br>
To: <a href="mailto:pyqt@riverbankcomputing.com" target="_blank">pyqt@riverbankcomputing.com</a><br>
Subject: Re: Could not find QtWebEngineProcess.exe<br>
Message-ID: <3201208.3oG26S5VxU@aurora><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
> On Tue Aug 10 03:08:42 BST 2021, ????? ?????? wrote:<br>
<br>
> I think that the error is due to the configuration of<br>
> PyQt5.QtWebEngineWidgets.QWebEngineView<br>
> or rather interaction with QtWebEngineProcess.exe<br>
> but I don't understand how to fix it, please help.<br>
<br>
Which version of Windows, Qt and PyQt are you using? Are you running PyQt<br>
from within a virtualenv or directly from a console?<br>
<br>
> When transferring a file QtWebEngineProcess.exe in the Python root, the<br>
> program starts to see QtWebEngineProcess.exe but at the same time, there<br>
> are even more errors.�€<br>
<br>
Can you include the errors in your next message?<br>
<br>
It seems like the problem may be similar to the one reported here:<br>
<br>
<a href="https://bugreports.qt.io/browse/PYSIDE-626" rel="noreferrer" target="_blank">https://bugreports.qt.io/browse/PYSIDE-626</a><br>
<br>
Does that help at all?<br>
<br>
David<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
PyQt mailing list<br>
<a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
<br>
<br>
------------------------------<br>
<br>
End of PyQt Digest, Vol 205, Issue 12<br>
*************************************<br>
</blockquote></div>