id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
269	TracNav needs trac to be in the python path when installation	robi@…	moschny	"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."	defect	closed	normal		trac.tracnav		normal	fixed		robi@…
