Noah Kantrowitz wrote: > Danny MacMillan wrote: >> Hi, >> >> I have written a number of macros extending the WikiMacroBase class and >> put them all in a single file named 'macros.py'. When I put the >> macros.py file in the plugins directory inside a trac environment, the >> macros work. When I put them in /usr/local/share/trac/plugins the >> macros no longer work -- I get a `No macro or processor named >> 'MacroName' found`. >> >> ... > > Plugins in the local folder are automatically enabled, while global ones > are not. Try adding 'macros.* = enabled' in the [components] section of > trac.ini.
Thanks, Noah, that was the problem. -- Danny MacMillan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
