You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying / pasting from the raw .py file into the Python console in QGIS 3.40 RC.Brand new QGIS install on a brand new machine.
It appears that qgis.PyQtCore may have changed.
iface.reloadConnections()
print("All basemaps have been added. Please restart QGIS.")
File "<input>", line 5
from qgis.PyQt.QtCore import QSettings
^
SyntaxError: multiple statements found while compiling a single statement
The text was updated successfully, but these errors were encountered:
When copying / pasting from the raw .py file into the Python console in QGIS 3.40 RC.Brand new QGIS install on a brand new machine.
It appears that qgis.PyQtCore may have changed.
The text was updated successfully, but these errors were encountered: