The web page
http://docs.turbogears.org/1.0/IdentityManagment
unfortunately gives an error "Formatting a text that is being
formatted". THe page source includes the following traceback:
<div class="exception"><h3>Exception</h3>
<p>Formatting a text that is being formatted?!</p>
<ul>
<li>args = ('Formatting a text that is being formatted?!',)</li>
</ul>
</div>
</div>
<h2>System Details</h2>
<ul class="system">
<li>Date: Mon, 09 Oct 2006 15:48:37 +0000</li>
<li>Platform: Linux ded828-deb-169-28 2.6.8-2-386 #1 Tue Aug 16 12:46:35
UTC 2005 i686</li>
<li>Python: Python 2.4.1 (/usr/local/bin/python)</li>
<li>MoinMoin: Release 1.5.4 (release)</li>
</ul>
</div>
<!-- The above is a description of an error in a Python program,
formatted for a Web browser. In case you are not reading this
in a Web browser, here is the original traceback:
Traceback (most recent call last):
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/request.py",
line 1112, in run
handler(self.page.page_name, self)
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/wikiaction.py",
line 468, in do_show
Page(request, pagename).send_page(request, count_hit=1)
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/Page.py",
line 1236, in send_page
start_line=pi_lines)
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/Page.py",
line 1319, in send_page_content
self.execute(request, parser, code)
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/Page.py",
line 1343, in execute
exec code
File "1.0/IdentityManagment", line 8, in ?
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/formatter/base.py",
line 290, in macro
return macro_obj.execute(name, args)
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/wikimacro.py",
line 120, in execute
return execute(self, args)
File
"/Users/tazzzzz/projects/moin/docs/data/plugin/macro/PageComment2.py",
line 311, in execute
File
"/Users/tazzzzz/projects/moin/docs/data/plugin/macro/PageComment2.py",
line 360, in showcommentsection
File
"/Users/tazzzzz/projects/moin/docs/data/plugin/macro/PageComment2.py",
line 933, in deleteform
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/request.py",
line 166, in <lambda>
self.getText = lambda text, i18n=self.i18n, request=self,
lang=self.lang, **kv: i18n.getText(text, request, lang,
kv.get('formatted', True))
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/i18n/__init__.py",
line 290, in getText
trans = formatMarkup(request, str)
File
"/home/turbogears/lib/python2.4/moin-1.5.4-py2.4.egg/MoinMoin/i18n/__init__.py",
line 72, in formatMarkup
raise Exception("Formatting a text that is being formatted?!")
Exception: Formatting a text that is being formatted?!
-->
</div>
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---