Bug report #2422
qgis-trunk, closing the program after installing a pyhton plugin returns an error
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| 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.
History
#1
Updated by Martin Dobias over 15 years ago
Borys, please check the patch and apply if it's fine...
#2
Updated by Borys Jurgiel over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 01fc3fb0 (SVN r13087) / Installer v. 1.0.9
