Changes between Initial Version and Version 1 of Ticket #735, comment 7


Ignore:
Timestamp:
Mar 28, 2022, 8:08:29 AM (2 years ago)
Author:
Andreas Müller

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #735, comment 7

    initial v1  
    22
    33Running 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:]
     6If I do `from qgis.PyQt.QtCore import QSettings` it works in "external" IDE's (PyScripter, VSCode)