Modify ↓
Ticket #294 (closed defect: worksforme)
TracNav not found when installed in python2.4/site-packages directory
| Reported by: | ejs@… | Owned by: | moschny |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | trac.tracnav | Version: | tracnav-devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I built my own egg for trac 0.11 and python 2.4 (centos5). When I installed the egg in the global location it wasn't found. When I installed it in the trac/plugins directory it was found. Shouldn't it be also found in the global location?
Attachments
Change History
comment:2 Changed 5 years ago by moschny
Did you already try to use easy_install? See TracPlugins.
comment:3 Changed 5 years ago by ejs@…
- Status changed from new to closed
- Resolution set to worksforme
Rookie error. ;) (aka a short between the KB and chair)
I don't know what my problem was. I hadn't used easy_install, so I tried that, added "tracnav.* = enabled" in trac.ini, and that's working now.
Thanks for the direction.
Note: See
TracTickets for help on using
tickets.

It just occurred to me that I neglected to activate the plugin in trac.ini when the plugin was in the global location. I tried adding "tracnav.* = enabled" in the [components] section, but that didn't work. What do I need to add to activate the plugin when it's installed globally?