
25 Jul
2007
25 Jul
'07
8:21 p.m.
On Jul 13, 2007, at 11:54 PM, David Abrahams wrote:
easy_install TracSpamFilter
On the server ;-)
Actually that's not great advice. The problem with easy_install (and "setup.py install") is that there's no automatic and clean way to uninstall anything. What you should really do is download the TracSpamFilter source, do a
python setup.py bdist_egg
and then copy the resulting file (in the dist/ subdirectory) to your Trac's plugins/ directory.
Then you need to enable the plugin in your Trac's admin panel or config file and restart Trac, which usually means restarting your webserver.
I've installed the Trac spam filter. Let's see if that helps... - Doug