Ticket #2608 (closed patch: fixed)
Add python plugin paths
| Reported by: | ccrook | Owned by: | borysiasty |
|---|---|---|---|
| Priority: | minor: annoyance | Milestone: | Version 1.5.0 |
| Component: | Python plugins and bindings | Version: | Trunk |
| Keywords: | python plugin loading | Cc: | |
| Platform Version: | 1.5 | Platform: | All |
| Must Fix for Release: | No | Awaiting user input: | no |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
