Hi all,
I've tried to install the TaskListPlugin (see
http://trac-hacks.org/wiki/TaskListPlugin)
but I've got the following error message while enabling it:
Traceback (most recent call last):
File "c:\python25\lib\site-packages\Trac-0.12dev_r6942-py2.5.egg\trac
\web\api.py", line 339, in send_error
'text/html')
File "c:\python25\lib\site-packages\Trac-0.12dev_r6942-py2.5.egg\trac
\web\chrome.py", line 683, in render_template
template = self.load_template(filename, method=method)
File "c:\python25\lib\site-packages\Trac-0.12dev_r6942-py2.5.egg\trac
\web\chrome.py", line 659, in load_template
self.templates = TemplateLoader(self.get_all_templates_dirs(),
File "c:\python25\lib\site-packages\Trac-0.12dev_r6942-py2.5.egg\trac
\web\chrome.py", line 406, in get_all_templates_dirs
dirs += provider.get_templates_dirs()
File "build\bdist.win32\egg\tasklist\main.py", line 200, in
get_templates_dirs
from pkg_resources import resource_filename
SystemError: Parent module 'tasklist' not loaded
I'm using Genshi 0.5 from trunk -r847
I've configured the ini file as follow:
[tasklist]
tasklist_field = action_item
default_cols = summary,priority
default_query = 'status!=closed&owner=$USER'
default_anonymous_query = 'status!=closed&cc~=$USER'
[components]
tasklist.* = disabled
[ticket-custom]
action_item = text
action_item.label = Action Item
any idea ?
thanks
gabriel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---