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: Cannot start Options, no default modules are loaded #22863

Closed
qgib opened this issue May 26, 2016 · 1 comment
Closed

Processing: Cannot start Options, no default modules are loaded #22863

qgib opened this issue May 26, 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 May 26, 2016

Author Name: Antal Kosza (@antoniusz)
Original Redmine Issue: 14910
Affected QGIS version: master
Redmine category:processing/gui
Assignee: Victor Olaya


Cannot start option and no "default" modules are loaded if any of "external" plugins for geoprocessing are installed, from the repository.
If i disable them, everything is ok.

An error has occurred while executing Python code:

KeyError: u'General'
Traceback (most recent call last):
File "/home/toni/FLOSS/qgis/apps_master/share/qgis/python/plugins/processing/ProcessingPlugin.py", line 175, in openConfig
dlg = ConfigDialog(self.toolbox)
File "/home/toni/FLOSS/qgis/apps_master/share/qgis/python/plugins/processing/gui/ConfigDialog.py", line 91, in init
self.fillTree()
File "/home/toni/FLOSS/qgis/apps_master/share/qgis/python/plugins/processing/gui/ConfigDialog.py", line 119, in fillTree
self.fillTreeUsingProviders()
File "/home/toni/FLOSS/qgis/apps_master/share/qgis/python/plugins/processing/gui/ConfigDialog.py", line 145, in fillTreeUsingProviders
for setting in settings[group]:
KeyError: u'General'

Python version: 2.7.11+ (default, May 9 2016, 15:54:33) [GCC 5.3.1 20160429]
QGIS version: 2.15.0-Master Master, ed1235d

Python Path:
/home/toni/FLOSS/qgis/apps_master/share/qgis/python/plugins/processing
/home/toni/.qgis2/python/plugins/WedgeBuffer
/home/toni/.qgis2/python/plugins/ScipyPointClustering
/home/toni/.qgis2/python/plugins/processinglwgeomprovider
/home/toni/.qgis2/python/plugins/postgis_geoprocessing
/home/toni/.qgis2/python/plugins/pktools
/home/toni/FLOSS/qgis/apps_master/share/qgis/python
/home/toni/.qgis2/python
/home/toni/.qgis2/python/plugins
/home/toni/FLOSS/qgis/apps_master/share/qgis/python/plugins
/usr/lib/python2.7
/usr/lib/python2.7/plat-x86_64-linux-gnu
/usr/lib/python2.7/lib-tk
/usr/lib/python2.7/lib-old
/usr/lib/python2.7/lib-dynload
/home/toni/.local/lib/python2.7/site-packages
/usr/local/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/PILcompat
/usr/lib/python2.7/dist-packages/gtk-2.0
/usr/lib/python2.7/dist-packages/wx-3.0-gtk2
/home/toni/.qgis2//python
/home/toni/.qgis2/python/plugins/DigitizingTools/tools
/home/toni/.qgis2/python/plugins/mmqgis/forms
.
/home/toni/.qgis2/python/plugins/DataDrivenInputMask

@qgib
Copy link
Contributor Author

qgib commented Jun 2, 2016

Author Name: Antal Kosza (@antoniusz)


The problem disappeared.


  • 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