I installed *Trac .10.5* today and the system is working OK, including login authentication. My RHEL 5x server uses an earlier version of Python, so I installed Python 2.6 alongside prior to installing Trac.
After logging in, I noticed that there is not an Admin button. I then discovered that this feature is available as a plugin with my version of Trac. I downloaded the WebAdmin plugin source: svn export http://svn.edgewall.com/repos/trac/plugins/0.10/webadmin/ Then ran setup.py, which generated a dist/TracWebAdmin-0.1.2dev-py2.6.eggfile. I then issued easy_install TracWebAdmin-0.1.2dev-py2.6.egg. Here's the output: Processing TracWebAdmin-0.1.2dev-py2.6.egg removing '/usr/lib/python2.6/site-packages/TracWebAdmin-0.1.2dev-py2.6.egg' (and everything under it) creating /usr/lib/python2.6/site-packages/TracWebAdmin-0.1.2dev-py2.6.egg Extracting TracWebAdmin-0.1.2dev-py2.6.egg to /usr/lib/python2.6/site-packages TracWebAdmin 0.1.2dev is already the active version in easy-install.pth Installed /usr/lib/python2.6/site-packages/TracWebAdmin-0.1.2dev-py2.6.egg Processing dependencies for TracWebAdmin==0.1.2dev Finished processing dependencies for TracWebAdmin==0.1.2dev My *trac/conf/trac.ini* file has this section: [components] webadmin.* = enabled I restarted the httpd server (trac uses Apache), and still have no Admin button. Any ideas? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/9TSzb2Ii5RkJ. To post to this group, send email to [email protected]. 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.
