Hello, I'm using the TurnKey Trac appliance (Ubuntu, which comes with Trac version 0.11.1. On the top of this, I installed the AccountManagerPlugin version 0.11, but it does not show in my Manage Plugins page. It also happens with the IniAdminPlugin. However, they do appear in the python2.5/site-packages as egg files:
r...@trac:/etc/apache2# ls -d /usr/lib/python2.5/site-packages/*.egg /usr/lib/python2.5/site-packages/accountmanagerplugin_0.11-r8116.egg /usr/lib/python2.5/site-packages/iniadminplugin_0.11-r8116.egg Is there any additional step in order to make them show in my "Manage Plugins" page? So far, I did the following: - attributed full access to my trac plugins directory for my www-data user; - downloaded accountmanagerplugin_0.11-r8116.zip from AccountManagerPlugin wikipage and renamed it to egg; - uploaded the egg file using the "Install Plugin" option; - installed it using easy_install. The same for IniAdminPlugin. Also, I added the following lines to my trac.ini file, under [components]: webadmin.* = enabled acct_mgr.* = enabled My system's information is (don't know what is relevant here): r...@trac:/etc/trac# uname -a Linux trac 2.6.24-27-generic #1 SMP Fri Mar 12 01:10:31 UTC 2010 i686 GNU/Linux r...@trac:/etc/trac# cat /etc/issue Ubuntu 8.04.3 LTS \n \l -- You received this message because you are subscribed to the Google Groups "Trac Users" group. 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.
