Changes between Initial Version and Version 2 of Ticket #2978


Ignore:
Timestamp:
May 1, 2008, 4:44:25 PM (16 years ago)
Author:
John Hampton
Comment:

Cleaned up description formatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2978

    • Property Trac Release changed from 0.10 to 0.11
    • Property Status changed from new to assigned
  • Ticket #2978 – Description

    initial v2  
    11I've tried to install the TaskListPlugin (see http://trac-hacks.org/wiki/TaskListPlugin)
    22but I've got the following error message while enabling it:
    3 
     3{{{
    44Traceback (most recent call last):
    55  File "c:\python25\lib\site-packages\Trac-0.12dev_r6942-py2.5.egg\trac
     
    1919    from pkg_resources import resource_filename
    2020SystemError: Parent module 'tasklist' not loaded
     21}}}
    2122
    2223I'm using:
     
    2627
    2728I've configured the ini file as follow:
    28 
     29{{{
    2930[tasklist]
    3031tasklist_field = action_item
     
    3940action_item = text
    4041action_item.label = Action Item
     42}}}