linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

Admin gui fails to open #137

Closed SPlanzer closed 3 years ago

SPlanzer commented 4 years ago

The admin gui as accessed via the qgis nav-bar menu items plugins > gazetteer > administration functions throws ModuleNotFoundError: No module named 'SystemCodeEditorWidget'

This will be due to python3 relative import changes and is an easy fix.

However this file is generated via pyuic5 and will remove the relative import fix if not done at the .ui file level

SPlanzer commented 3 years ago

closed by #139