I'm just getting started with Trac and I'm trying to install my first plugin and not having much luck. Could someone give me a hand getting this first one going?
I'm running Trac 0.11 on Windows using tracd and it's working fine. I want to install the WikiInclude plugin from http://trac-hacks.org/wiki/WikiIncludePlugin (note that I'm working with the version 0.2 that's attached at the bottom that's specifically marked as 0.11 compatible). I started by downloading the archive and extracting it to a scratch directory on my server. I then ran "python setup.py bdist_egg" to create the *.egg file. That seemed to work and I ended up with a file called "WikiInclude-0.2-py2.5.egg" that would seem to be what I want. I copied that egg file to the /plugins directory of my Trac project. I added "wikiinclude.* = enabled" to the "[components]" section of my trac.ini file. I stopped the trac service and killed the python process that was still running so everything should be shut down. I started the Trac service again. I can now access my Trac project again, but when I try to use the plugin, I just get an error message on the page that says "No macro or processor named 'WikiInclude' found". If I go into the Admin page for plugins, it does not list the plugin at all (only "Trac 0.11dev-r5892" is listed). Any ideas what I might have done wrong? Thanks for the help! P.S. Is it necessary for me to kill the "python.exe" process on the server to really restart everything? Are there any consequences to killing that process manually or is there some better way to get it to shut itself down? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
