Trying with MasterTickets don't change anything ... In order to evacuate any installation or custom field problem, I make a basic new install on my own machine (OSX, python 2.6):
easy_install http://svn.edgewall.org/repos/trac/branches/0.12-stable easy_install http://trac-hacks.org/svn/tracjsganttplugin/0.11/ Activate plugin, no more config, and create one ticket : same error. I wonder, do someone use this plugin with 0.12 ? Le 11/05/11 20:55, « Chris Nelson » <[email protected]> a écrit : >> I'm trying to use the TracJSGanttChart plugin. >> I use trac 0.12-2, and the latest available TracJSGanttChart plugin. >> >> I can show the sample chart with [[TracJSGanttChart(sample=1)]], but >> everything else raise an error like >> "Error: Macro TracJSGanttChart(milestone=Project1) failed" >> >> I tried with different (existing !) milestone, without arguments >> [[TracJSGanttChart]], without any plugin, and with the >> TimingAndEstimationPlugin, but still have the same behaviour. >> >> The log file in DEBUG mode show me this : >> ... >> elif ticket[self.fields['succ']] != []: >> KeyError: None > >We use it with MasterTickets which provides blocking and blockedby >fields. TracJSGantt views the blocking field as 'succ' (successor). I >can't swear that it works without MasterTickets. It sounds like it >doesn't. As a work around, try adding a bogus custom field and >configuring it as the successor field. > > > > >-- >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. > >-- >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. > > -- 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.
