Users should be able to specify PYTHONPATH for plugins.
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| PIDA |
Won't Fix
|
Wishlist
|
Unassigned | ||
Bug Description
In the log-file I get:
2006-12-16 20:27:03,494 WARNING services.
Traceback (most recent call last):
File "/usr/lib/
cls = entrypoint.load()
File "/usr/lib/
entry = __import_
File "/usr/lib/
import meld.paths as paths
ImportError: No module named meld.paths
[...]
... but meld is installed. The problem is that meld's py-files are installed in /usr/lib (on Gentoo) instead of /usr/lib/
Therefore I would suggest a variable in the configuration-file where someone can add arbitrary directories which are being added to sys.path during the next startup.
| Changed in pida: | |
| importance: | Low → Wishlist |
| Changed in pida: | |
| status: | Confirmed → Won't Fix |
Ali, how do you think this should be attended? Do you want to add the possibility to define an extra PYTHONPATH system wide loaded before the plugins?