Opened 14 years ago

Closed 14 years ago

#2422 closed bug (fixed)

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

Reported by: lutra Owned by: borysiasty
Priority: major: does not work as expected Milestone: Version 1.5.0
Component: Python plugins and bindings Version: Trunk
Keywords: Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

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.

Attachments (1)

ticket_2422.diff (2.9 KB ) - added by wonder 14 years ago.
suggested patch for the problem

Download all attachments as: .zip

Change History (4)

comment:1 by borysiasty, 14 years ago

Owner: changed from borysiasty to wonder

by wonder, 14 years ago

Attachment: ticket_2422.diff added

suggested patch for the problem

comment:2 by wonder, 14 years ago

Owner: changed from wonder to borysiasty

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

comment:3 by borysiasty, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in r13086 / Installer v. 1.0.9

Note: See TracTickets for help on using tickets.