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 do not load on QGIS 2.14.8/OSGeo4W #23666

Closed
qgib opened this issue Oct 22, 2016 · 1 comment
Closed

Processing do not load on QGIS 2.14.8/OSGeo4W #23666

qgib opened this issue Oct 22, 2016 · 1 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

Comments

@qgib
Copy link
Contributor

qgib commented Oct 22, 2016

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 15744
Affected QGIS version: 2.14.8
Redmine category:processing/core
Assignee: Victor Olaya


Traceback (most recent call last):
  File "C:/OSGeo4W/apps/qgis-ltr/./python\\qgis\\utils.py", line 315, in startPlugin
    plugins[packageName].initGui()
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\ProcessingPlugin.py", line 60, in initGui
    self.toolbox = ProcessingToolbox()
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\gui\\ProcessingToolbox.py", line 82, in __init__
    self.fillTree()
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\gui\\ProcessingToolbox.py", line 265, in fillTree
    self.fillTreeUsingProviders()
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\gui\\ProcessingToolbox.py", line 302, in fillTreeUsingProviders
    providerItem = TreeProviderItem(providerName, self.algorithmTree, self)
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\gui\\ProcessingToolbox.py", line 343, in __init__
    self.populate()
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\gui\\ProcessingToolbox.py", line 372, in populate
    algItem = TreeAlgorithmItem(alg)
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\gui\\ProcessingToolbox.py", line 318, in __init__
    icon = alg.getIcon()
  File "C:/OSGeo4W/apps/qgis-ltr/./python/plugins\\processing\\algs\\qgis\\Eliminate.py", line 58, in getIcon
    return QIcon(os.path.join(pluginPath, 'images', 'ftools', 'eliminate.png'))
NameError: global name 'QIcon' is not defined

@qgib
Copy link
Contributor Author

qgib commented Oct 22, 2016

Author Name: Jürgen Fischer (@jef-n)


Fixed in changeset "6bf74b437646c480595ead6765102a3f70825b4f".


  • status_id was changed from Open to Closed

@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 25, 2019
@qgib qgib closed this as completed May 25, 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