Modify

Ticket #294 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

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:1 Changed 5 years ago by ejs@…

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?

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.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.