Modify ↓
Ticket #269 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
