[QGIS-trac] [Quantum GIS] #2608: Add python plugin paths
Quantum GIS
qgis at qgis.org
Mon Mar 29 19:36:27 EDT 2010
#2608: Add python plugin paths
-------------------------------------------+--------------------------------
Reporter: ccrook | Owner: borysiasty
Type: patch | Status: new
Priority: minor: annoyance | Milestone: Version 1.5.0
Component: Python plugins and bindings | Version: HEAD
Keywords: python plugin loading | Platform_version: 1.5
Platform: All | Must_fix: No
Status_info: 0 |
-------------------------------------------+--------------------------------
This proposed patch to qgis.utils modifies the plugin loading to allow
users to define additional plugin path locations (for example shared
plugin folders). It allows these paths to be defined by a QGIS_PYTHONPATH
environment variable, which can hold multiple paths separated by a
semicolon. In each path it will look for a plugins folder, and in that
each folder containing an __init__.py* will be treated as a plugin module.
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2608>
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