I have followed all of your instructions: created the egg file with easy_install, ran the setup.py file, then updated trac.ini with all of the lines in the instructions and the default_handler = TagsWikiModule line too. I get the following error:
Python Traceback
Traceback (most recent call last):
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 171, in dispatch
chosen_handler = self.default_handler
File "C:\Python24\Lib\site-packages\trac\config.py", line 379, in __get__
raise AttributeError('Cannot find an implementation of the "%s" '
AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "TagsWikiModule". Please update the option trac.default_handler in trac.ini.
It is also discussed in ticket http://trac.edgewall.org/ticket/4135
Please let me know what is wrong here. I have reviewed the instructions many times and I have followed the instructions.