Bug report #2422

qgis-trunk, closing the program after installing a pyhton plugin returns an error

Added by Giovanni Manghi about 14 years ago. Updated about 14 years ago.

Status:Closed
Priority:Low
Assignee:Borys Jurgiel
Category:Python plugins
Affected QGIS version: Regression?:No
Operating System:All Easy fix?:No
Pull Request or Patch supplied: Resolution:fixed
Crashes QGIS or corrupts data: Copied to github as #:12482

Description

tested on both linux and windows.

After installing a plugin from the repositories, when you close qgis it returns a python erroe like

Traceback (most recent call last):
  File "C:/OSGeo4W/apps/qgis-dev/./python\\qgis\\utils.py", line 175, in unloadPlugin
    _unloadPluginModules(packageName)
  File "C:/OSGeo4W/apps/qgis-dev/./python\\qgis\\utils.py", line 186, in _unloadPluginModules
    mods = _plugin_modules[packageName]
[[KeyError]]: 'numericalVertexEdit'

the error is returned as many times for how many plugins where installed.

ticket_2422.diff Magnifier - suggested patch for the problem (2.85 KB) Martin Dobias, 2010-02-12 09:15 AM

History

#1 Updated by Martin Dobias about 14 years ago

Borys, please check the patch and apply if it's fine...

#2 Updated by Borys Jurgiel about 14 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

Fixed in 01fc3fb0 (SVN r13087) / Installer v. 1.0.9

Also available in: Atom PDF