Hello.

I have the following setup:
Trac:   0.11.7
Python: 2.5.5 (r255:77872, Jun 3 2010, 14:43:28) [GCC 4.1.2 20080704
(Red Hat 4.1.2-48)]
setuptools:     0.6c11
SQLite: 3.6.23
pysqlite:       2.3.2
Genshi: 0.5.1
mod_wsgi:       3.1 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
Pygments:       1.3.1
Subversion:     1.6.11 (r934486)
RPC:    1.1.0-r7971
jQuery: 1.2.6

The issue is that I'm getting the error:
Macro TracJSGanttChart(milestone=Complete Research Instrument) failed
strftime() argument 1 must be str, not unicode

I'm at a loss, as (sample=1) renders. Strangely enough, though, so
does (sample=0).

I can do these things:
* [[TicketQuery(status=new|assigned|reopened|closed)]] (returns data)
* [[TracJSGanttChart(sample=1)]] renders fine.

I cannot do these things:
* [[TracJSGanttChart(milestone=Test)]] returns no data (which I'd
expect)
* [[TracJSGanttChart(milestone=Complete Research Instrument)]] returns
the error above.

[[TracJSGanttChart(component=!)]] - fails with the error message.
[[TicketQuery(component=!)]] - displays tickets.

[[TracJSGanttChart(status=accepted|assigned|closed|new|reopened)]] -
fails
[[TicketQuery(status=accepted|assigned|closed|new|reopened)]] -
displays tickets.

I'm at a loss. I've read all the documentation I can get my hands on,
and it should be working from what I can tell out at TracHacks.

-- 
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.

Reply via email to