The GanttCalendarPlugin adds two top level navigation items "Gantt ticket", URL /ticketcalendar and "Calendar", URL /ticketgantt. I run the installation off the / location and not the /trac location.
When accessing either of these URLs, the traceback is:
2010-02-09 18:19:35,295 Trac[main] ERROR: need more than 1 value to unpack
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 233, in dispatch
self._post_process_request(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 301, in _post_process_request
f.post_process_request(req, *(None,)*extra_arg_count)
File "build/bdist.linux-x86_64/egg/announcerplugin/subscribers/watchers.py", line 138, in post_process_request
realm, _ = path.split('/', 1)
ValueError: need more than 1 value to unpack
It appears that the watcher module does not identify these two URLs as unwatchable and the fact that there is no /trac prefix to all URLs is causing the problem. Is there a way to specify URL paths to ignore ?