Am receiving the following error message when attempting to use the
Subject Macro for the first time.

TypeError: expand_macro() takes exactly 5 arguments (4 given)

Python Traceback
Most recent call last:
File "/usr/lib/python2.7/site-packages/trac/wiki/templates/
wiki_edit.html", line 56, in <Expression
u'wiki_to_html(context(page.resource), page.text)'>
File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line
1118, in format_to_html
File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line
1073, in generate
File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line
851, in format
File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line
780, in handle_code_block
File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line
180, in process
File "/usr/lib/python2.7/site-packages/trac/wiki/formatter.py", line
167, in _macro_processor

System Information:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; GTB7.3; bgft; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR
2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)

Trac: 0.11.7
Python: 2.7.2 (default, Dec 19 2011, 09:40:10) [GCC 4.6.1 20110627
(Mandriva)]
setuptools: 0.6
pyPgSQL: 2.4
Genshi: 0.6
Pygments: 1.4
Subversion: 1.6.17 (r1128011)
SilverCity: 0.9.7
jQuery: 1.2.6

The following was entered onto the Sandbox page to generate this
error:

= The Sandbox =

This is just a page to practice and learn WikiFormatting.

Go ahead, edit it freely.

{{{
#!Fold title="A title for the folded section"
This section of the wiki page is folded up and can be expanded by
clicking on the title.

This can contain any ''formatted'' **wiki** content, including macros
and nested Fold sections.
}}}

Any help would be appreciated.

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