Crosshair style UI wont open, crosshairwidget.ui moved

Issue #363 closed
Fabian Thiel created an issue

Currently UI wont open

2020-03-16T10:31:28     WARNING    Traceback (most recent call last):
              File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\gui\mapcanvas.py", line 1040, in 
              crosshairStyle=self.crosshairStyle(), mapCanvas=self
              File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\externals\qps\crosshair\crosshair.py", line 519, in getCrosshairStyle
              d = CrosshairDialog(*args, **kwds)
              File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\externals\qps\crosshair\crosshair.py", line 530, in __init__
              self.w = CrosshairWidget(parent=self)
              File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\externals\qps\crosshair\crosshair.py", line 421, in __init__
              loadUi(DIR_UI_FILES / 'crosshairwidget.ui')
              File "C:/Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\enmapboxplugin\enmapbox\externals\qps\utils.py", line 537, in loadUi
              assert os.path.isfile(uifile), '*.ui file does not exist: {}'.format(uifile)
             AssertionError: *.ui file does not exist: C:\Users\thielf54\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\externals\qps\ui\crosshairwidget.ui

File has moved to enmapbox/externals/qps/crosshair/crosshairwidget.ui … i guess

Version 3.6.20200310T101303.TEST

Comments (1)

  1. Log in to comment