Trying to get the TracNav plugin to work on linux (zLinux, actually), but it's not showing the navigation or giving any messages in the log. Here's what I've done:
- downloaded TracNav-3.92.zip (8812 bytes) from http://svn.ipd.uka.de/trac/javaparty/attachment/wiki/TracNav/DownloadAndInstall/TracNav-3.92.zip - uploaded to server - unzipped - cd TracNav-3.92 - ran install... python setup.py install running install Checking .pth file support in /usr/local/lib64/python2.4/site- packages/ /usr/bin/python -E -c pass TEST PASSED: /usr/local/lib64/python2.4/site-packages/ appears to support .pth files running bdist_egg running egg_info writing TracNav.egg-info/PKG-INFO writing top-level names to TracNav.egg-info/top_level.txt writing dependency_links to TracNav.egg-info/dependency_links.txt writing entry points to TracNav.egg-info/entry_points.txt reading manifest file 'TracNav.egg-info/SOURCES.txt' writing manifest file 'TracNav.egg-info/SOURCES.txt' installing library code to build/bdist.linux-s390x/egg running install_lib running build_py creating build creating build/lib creating build/lib/tracnav copying tracnav/__init__.py -> build/lib/tracnav copying tracnav/tracnav.py -> build/lib/tracnav creating build/lib/tracnav/htdocs creating build/lib/tracnav/htdocs/css copying tracnav/htdocs/css/tracnav.css -> build/lib/tracnav/htdocs/css creating build/bdist.linux-s390x creating build/bdist.linux-s390x/egg creating build/bdist.linux-s390x/egg/tracnav copying build/lib/tracnav/__init__.py -> build/bdist.linux-s390x/egg/ tracnav copying build/lib/tracnav/tracnav.py -> build/bdist.linux-s390x/egg/ tracnav creating build/bdist.linux-s390x/egg/tracnav/htdocs creating build/bdist.linux-s390x/egg/tracnav/htdocs/css copying build/lib/tracnav/htdocs/css/tracnav.css -> build/bdist.linux- s390x/egg/tracnav/htdocs/css byte-compiling build/bdist.linux-s390x/egg/tracnav/__init__.py to __init__.pyc byte-compiling build/bdist.linux-s390x/egg/tracnav/tracnav.py to tracnav.pyc creating build/bdist.linux-s390x/egg/EGG-INFO copying TracNav.egg-info/PKG-INFO -> build/bdist.linux-s390x/egg/EGG- INFO copying TracNav.egg-info/SOURCES.txt -> build/bdist.linux-s390x/egg/ EGG-INFO copying TracNav.egg-info/dependency_links.txt -> build/bdist.linux- s390x/egg/EGG-INFO copying TracNav.egg-info/entry_points.txt -> build/bdist.linux-s390x/ egg/EGG-INFO copying TracNav.egg-info/top_level.txt -> build/bdist.linux-s390x/egg/ EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/TracNav-3.92-py2.4.egg' and adding 'build/bdist.linux- s390x/egg' to it removing 'build/bdist.linux-s390x/egg' (and everything under it) Processing TracNav-3.92-py2.4.egg Removing /usr/local/lib64/python2.4/site-packages/TracNav-3.92- py2.4.egg Copying TracNav-3.92-py2.4.egg to /usr/local/lib64/python2.4/site- packages TracNav 3.92 is already the active version in easy-install.pth Installed /usr/local/lib64/python2.4/site-packages/TracNav-3.92- py2.4.egg Processing dependencies for TracNav==3.92 Finished processing dependencies for TracNav==3.92 - copied dist/TracNav-3.92-py2.4.egg to /usr/local/share/trac/plugins/ TracNav-3.92-py2.4.egg - changed permissions to 777 for /usr/local/share/trac/plugins/ TracNav-3.92-py2.4.egg - there was no /usr/local/share/trac/conf/trac.ini file, so I created one, and added the following: [components] tracnav.* = enabled - changed permissions to 777 for /usr/local/share/trac/conf/trac.ini - recycled web server... /etc/init.d/apache2 restart - accessed project wiki page in web browser and no tracnav navigation appears - checked log file for specific project, and only shows this: 2008-06-23 19:34:26,736 Trac[api] DEBUG: Updating wiki page index Obviously, I'm missing something here (though no idea what). I have multiple projects, so I want to enable this TracNav plugin globally. Please help! Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---