Ticket #6811 (assigned defect)
Plugin TimingAndEstimation not shown when installed under non standard location
| Reported by: | ronny.forberger@… | Owned by: | jhampton |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | web frontend/mod_python | Version: | 0.11b1 |
| Severity: | normal | Keywords: | TimingAndEstimation Path |
| Cc: | khaeusler@… |
Description
I have trac 0.11b1 running with mod_python on Apache 2.2. I have installed trac to a different location than default, since in our /usr/lib/python2.4/site-packages is another trac installation present.
Now a problem arises when using the plugin TimingAndEstimation?. The plugins version is 0.6.2.
It seems it cannot be installed under the location which differs from the default python site-packages dir. We have put it into /usr/local/trac/trac-0.11b1/lib/python2.4/site-packages where also the desired trac installation resides. But then the plugin won't be shown up in the admin/plugins page on trac webui.
We can't put the plugin up to /usr/lib/python2.4/site-packages due to some interference with the other installation of trac on that system, though everything works fine then.
So have you got ideas how we could tell our mod_python/Apache to have a look into /usr/local/trac/trac-0.11b1/lib/python2.4/site-packages to recognize the plugin?


