from PyQt6.QtWidgets import QApplication
from PyQt6.QtWebEngineWidgets import QWebEngineView
import sys
print("0")
app = QApplication(sys.argv)
print("1")
if i remove that line
from PyQt6.QtWebEngineWidgets import QWebEngineView
there is no problem always output is 1 after 0
if i put that line again
from PyQt6.QtWebEngineWidgets import QWebEngineView
there is no output after 0
It hangs after a few tries.QApplication freeze rarely, if i import QWebEngineView
Attached is the screenshot.
ss1
ss2
op system Windows11
PyQt5 version: 5.15.9, Qt version: 5.15.2
PyQt6 version: 6.4.1, Qt version: 6.4.2