Modify

Ticket #269 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

TracNav needs trac to be in the python path when installation

Reported by: robi@… Owned by: moschny
Priority: normal Milestone:
Component: trac.tracnav Version:
Severity: normal Keywords:
Cc: robi@…

Description

TracNav setup.py in line 4 imports tracnav.py only to have the version information:

from tracnav.tracnav import __version__ as version

which in turn imports several trac components:

from trac.core import Component, implements
...

Therefore TravNav can only be installed if Trac is already installed, and PYTHONPATH is appropriately set. One consequence is that it is not possible to do a batch installation, where Trac and TracNav is installed in one run and PYTHONPATH is set later.

Attachments

Change History

comment:1 Changed 6 years ago by anonymous

  • Cc robi@… added

comment:2 Changed 6 years ago by moschny

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [3142].

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.