Bug report #8876
Error disinstalling VTerrain lugin
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Borys Jurgiel | ||
Category: | Plugin Manager | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17556 |
Description
When try to disinstall the plugin VTerrain.
I have a python error:
Si è verificato un errore durante l'esecuzione delle seguenti istruzioni:
pyplugin_installer.instance().uninstallPlugin('VTerrain')
Traceback (most recent call last):
File "", line 1, in
File "C:/my-programs/OSGeo4W/apps/qgis-dev/./python\\pyplugin_installer\\installer.py", line 383, in uninstallPlugin
pluginDir = qgis.utils.home_python_pluginpath + "/" + plugin["id"]
AttributeError: 'module' object has no attribute 'home_python_pluginpath'
Versione Python:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
Versione di QGIS:
2.1.0-Master 'Master', e04b426
Percorso Python:
['C:/Users/Andrea/.qgis2/python/plugins\\\\processinglwgeomprovider', 'C:/my-programs/OSGeo4W/apps/qgis-dev/./python/plugins\\\\processing', 'C:/my-programs/OSGeo4W/apps/qgis-dev/./python', u'C:/Users/Andrea/.qgis2/python', u'C:/Users/Andrea/.qgis2/python/plugins', 'C:/my-programs/OSGeo4W/apps/qgis-dev/./python/plugins', 'C:\\\\my-programs\\\\OSGeo4W\\\\bin\\\\python27.zip', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\DLLs', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\plat-win', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\lib-tk', 'C:\\\\my-programs\\\\OSGeo4W\\\\bin', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\site-packages', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\site-packages\\\\PIL', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\site-packages\\\\win32', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\site-packages\\\\win32\\\\lib', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\site-packages\\\\Pythonwin', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\Python27\\\\lib\\\\site-packages\\\\wx-2.8-msw-unicode', 'C:\\\\my-programs\\\\OSGeo4W\\\\apps\\\\qgis-dev\\\\python\\\\plugins\\\\fTools\\\\tools']
Associated revisions
[Plugin installer] fix #8876
History
#1 Updated by Borys Jurgiel about 11 years ago
- Status changed from Open to Closed
Fixed in changeset b114dceb1aea15f51b7526d2d1ebfca0f3073c36.
#2 Updated by Borys Jurgiel about 11 years ago
- Affected QGIS version changed from 2.0.1 to master