Changes between Initial Version and Version 1 of Ticket #788
- Timestamp:
- 12/19/23 01:22:53 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #788 – Description
initial v1 1 PyQtWebEngine version in Osgeo4W is 5.15.5. The latest release is 5.15.6. 1 In order to use QtWebEngine in QGIS with python, only the following versions of PyQtWebEngine will work: 2 2 3 The latest release is required in order to import QtWebEngine in QGIS. 3 PyQt5-WebEngine >= 5.15.6 4 PyQt6-WebEngine >= 6.2-maint 4 5 5 https://github.com/qgis/QGIS/issues/49512 6 Any version below that will throw an error when initialized. 7 8 For reference: 9 https://github.com/qgis/QGIS/pull/53255 10