[QGIS-trac] [Quantum GIS] #2422: qgis-trunk, closing the program after installing a pyhton plugin returns an error

Quantum GIS qgis at qgis.org
Tue Feb 9 10:04:03 EST 2010


#2422: qgis-trunk, closing the program after installing a pyhton plugin returns an
error
------------------------------------------------+---------------------------
   Reporter:  lutra                             |              Owner:  borysiasty   
       Type:  bug                               |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.5.0
  Component:  Python plugins and bindings       |            Version:  HEAD         
   Keywords:                                    |   Platform_version:               
   Platform:  All                               |           Must_fix:  Yes          
Status_info:  0                                 |  
------------------------------------------------+---------------------------
 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 URL: <https://trac.osgeo.org/qgis/ticket/2422>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list