Hi Marcus, This was just fixed actually. Can you update the git sources of qgis-otb-plugin and try again? https://gitlab.orfeo-toolbox.org/orfeotoolbox/qgis-otb-plugin/issues/25#note_75604
Victor Poughon ________________________________ De : [email protected] [[email protected]] de la part de Marcus CM [[email protected]] Envoyé : jeudi 17 janvier 2019 14:21 À : otb-users Objet : [otb-users] OTB w/ QGIS 3: activation error (AttributeError: 'NoneType' object has no attribute 'setProgress') Hi, As part of my studies I would like to handle some remote sensing data w/ QGIS & OTB. Unfortunately this following message pops up when activating OTB in QGIS. Plugin installation was made as suggested in the Cookbook. QGIS is 3.4.3, on WIndows 10 x64. Pretty much a fresh PC install. Been scratching m head about it for a while now but I have frankly no clue where to dig. __________________________________________________ Une erreur est survenue lors de l'éxécution du code Python: AttributeError: 'NoneType' object has no attribute 'setProgress' Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.4/apps/qgis/./python/plugins\processing\gui\ConfigDialog.py", line 86, in apply self.config_widget.accept() File "C:/PROGRA~1/QGIS3~1.4/apps/qgis/./python/plugins\processing\gui\ConfigDialog.py", line 325, in accept setting.setValue(str(self.items[setting].text())) File "C:/PROGRA~1/QGIS3~1.4/apps/qgis/./python/plugins\processing\core\ProcessingConfig.py", line 293, in setValue self.validator(value) File "C:\qgis-plugins\qgis-otb-plugin\otb\OtbAlgorithmProvider.py", line 267, in validateAppFolders OtbUtils.executeOtb(commands, feedback=None) File "C:\qgis-plugins\qgis-otb-plugin\otb\OtbUtils.py", line 76, in executeOtb feedback.setProgress(0) AttributeError: 'NoneType' object has no attribute 'setProgress' Version de Python : 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] Version de QGIS : 3.4.3-Madeira Madeira, 2f64a3c4e7 Chemin Python : * C:/PROGRA~1/QGIS3~1.4/apps/qgis/./python * C:/Users/M2/AppData/Roaming/QGIS/QGIS3\profiles\default/python * C:\qgis-plugins\qgis-otb-plugin * C:/Users/M2/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins * C:/PROGRA~1/QGIS3~1.4/apps/qgis/./python/plugins * C:\Program Files\QGIS 3.4\bin\python37.zip * C:\PROGRA~1\QGIS3~1.4\apps\Python37\DLLs * C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib * C:\Program Files\QGIS 3.4\bin * C:\PROGRA~1\QGIS3~1.4\apps\Python37 * C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages * C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\win32 * C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\win32\lib * C:\PROGRA~1\QGIS3~1.4\apps\Python37\lib\site-packages\Pythonwin * C:/Users/M2/AppData/Roaming/QGIS/QGIS3\profiles\default/python * C:\Users\M2\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\mmqgis/forms __________________________________________________ Any clue? Thank you very much. Best; Marcus -- This mailing will be abandoned soon in favor of a more friendly forum: https://forum.orfeo-toolbox.org Thanks to visit it for any question related to Orfeo Toolbox (OTB) usage, or to check the OTB FAQ: http://www.orfeo-toolbox.org/FAQ.html --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- This mailing will be abandoned soon in favor of a more friendly forum: https://forum.orfeo-toolbox.org Thanks to visit it for any question related to Orfeo Toolbox (OTB) usage, or to check the OTB FAQ: http://www.orfeo-toolbox.org/FAQ.html --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
