Details
Description
from PySide2.QtWidgets import QApplication from PySide2.QtWebEngineWidgets import QWebEngineView from PySide2.QtCore import QUrl app = QApplication([]) view = QWebEngineView() view.load(QUrl("https://wiki.qt.io/PySide2")) view.show() view.page().loadFinished.connect(lambda ok: app.quit()) app.exec_()
dyld: Library not loaded: @rpath/QtWebEngineCore.framework/Versions/5/QtWebEngineCore Referenced from: /usr/local/lib/python3.6/site-packages/PySide2/Qt/lib/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess Reason: image not found
Minimal example and output:
https://github.com/fredrikaverpil/pyside2-macos/issues/9
Build log:
https://travis-ci.org/fredrikaverpil/pyside2-macos/jobs/335973295
Attachments
Issue Links
- is required for
-
PYSIDE-633 PySide2 WebEngine issues
- Closed
For Gerrit Dashboard: PYSIDE-605 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
218919,8 | Fix rpath of QtWebEngineProcess in standalone macOS framework build | 5.6 | pyside/pyside-setup | Status: MERGED | +2 | 0 |