Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

processing - run python script from python editor fails #18419

Closed
qgib opened this issue Mar 27, 2014 · 4 comments
Closed

processing - run python script from python editor fails #18419

qgib opened this issue Mar 27, 2014 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Mar 27, 2014

Author Name: Regis Haubourg (@haubourg)
Original Redmine Issue: 9905
Affected QGIS version: 2.2.0
Redmine category:processing/core
Assignee: Victor Olaya


confirmed in 2.0 and 2.0-20131120 (processing versions, QGIS 2.2)
When trying to run algorithms from script editor fails with following error message:

traceback (most recent call last):
  File "C:/Users/haubourg/.qgis2/python/plugins\\processing\\gui\\ScriptEditorDialog.py", line 183, in runAlgorithm
    dlg = ParametersDialog(alg)
  File "C:/Users/haubourg/.qgis2/python/plugins\\processing\\gui\\ParametersDialog.py", line 42, in __init__
    AlgorithmExecutionDialog.__init__(self, alg, self.scrollArea)
  File "C:/Users/haubourg/.qgis2/python/plugins\\processing\\gui\\AlgorithmExecutionDialog.py", line 105, in __init__
    if self.alg.helpFile():
  File "C:/OSGEO4~1/apps/qgis/./python/plugins\\processing\\script\\ScriptAlgorithm.py", line 257, in helpFile
    helpfile = self.descriptionFile + '.help'
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Version de Python :
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]


Version de QGIS :
2.2.0-Valmiera Valmiera, c3a2817

@qgib
Copy link
Contributor Author

qgib commented Mar 27, 2014

Author Name: Regis Haubourg (@haubourg)


oups, can someone affect that to processing category?


  • assigned_to_id was configured as Victor Olaya

@qgib
Copy link
Contributor Author

qgib commented Mar 27, 2014

Author Name: Anita Graser (@anitagraser)


  • category_id was configured as 94

@qgib
Copy link
Contributor Author

qgib commented Mar 27, 2014

Author Name: Victor Olaya (@volaya)


Fixed in changeset "6f3046caf1dbd2174ba3d9cb7163c5384f2037e2".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 7, 2015

Author Name: Giovanni Manghi (@gioman)


  • category_id was changed from 94 to Processing/Core

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant