|
@@ -80,7 +80,6 @@ def main():
|
|
|
set_gui_path()
|
|
|
|
|
|
from core.settings import UserSettings
|
|
|
- from core.globalvar import CheckWxVersion
|
|
|
from core.giface import StandaloneGrassInterface
|
|
|
from photo2image.ip2i_manager import GCPWizard
|
|
|
|
|
@@ -116,8 +115,6 @@ def main():
|
|
|
gscript.fatal(_("Please provive an output files extension (used by i.rectify)"))
|
|
|
|
|
|
app = wx.App()
|
|
|
- if not CheckWxVersion([2, 9]):
|
|
|
- wx.InitAllImageHandlers()
|
|
|
|
|
|
wizard = GCPWizard(parent=None, giface=StandaloneGrassInterface(), group=group,
|
|
|
raster=raster, raster1=raster, camera=camera, order=order, extension=extension)
|