Changes between Initial Version and Version 1 of Ticket #735, comment 7
- Timestamp:
- 03/28/22 08:08:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #735, comment 7
initial v1 2 2 3 3 Running the example provided there (pyqgis-standalone script) is fine, using a script to import QSettings (as an example: `from PyQt5.QtCore import QSettings`) it fails with the same error. 4 5 [Added:] 6 If I do `from qgis.PyQt.QtCore import QSettings` it works in "external" IDE's (PyScripter, VSCode)