PyQt5:使用QWebEngineView时Python崩溃

时间:2016-12-04 10:58:04

标签: python qt pyqt

我正在使用PyQt5在Mac OS中开发应用程序。我现在尝试将其移植到Windows 7.我的应用程序使用QWebEngineView。以下是使用QWebEngineView的类:

class HTMLRenderer(QWebEngineView):

    def __init__(self, parent):
        ....

当我打开描述问题的xml文件时,它显示为:

<ProblemSignatures>
    <EventType>BEX64</EventType>
....

BEX64表示缓冲区溢出。

但是Python已经停止工作了。但它在Mac OS中运行良好。似乎QWebEngineView无法在Windows 7上使用。如何解决此问题?

非常感谢。

0 个答案:

没有答案