RIIC Wiki   HjälpDiverse/VanligaFrågor UserPreferences
 
HelpContents FindPage Diffs Info Edit Subscribe XML Print View Up

>
 
 
RuntimeError: maximum recursion limit exceeded
Please include this information in your bug reports!:
Python 2.2.1 (#1, Aug 19 2002, 16:19:06) [GCC 2.95.3 20010315 (release) [FreeBSD]] - /usr/local/bin/python
FreeBSD ramirez.riic.uni-linz.ac.at 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #1: Fri i386
MoinMoin Release 1.1 [Revision 1.178]

A problem occurred while running a Python script. Here is the sequence of function calls leading up to the error, with the most recent (innermost) call first. The exception attributes are:
      __doc__ = 'Unspecified run-time error.'
      __getitem__ = <bound method RuntimeError.__getitem__ of <exceptions.RuntimeError instance at 0x8383e2c>>
      __init__ = <bound method RuntimeError.__init__ of <exceptions.RuntimeError instance at 0x8383e2c>>
      __module__ = 'exceptions'
      __str__ = <bound method RuntimeError.__str__ of <exceptions.RuntimeError instance at 0x8383e2c>>
      args = ('maximum recursion limit exceeded',)

/usr/local/lib/python2.2/sre.py in subn(pattern=<_sre.SRE_Pattern object>, repl=<bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x82890ac>>, string='  149     string by the replacement repl.  number is the number of
  150     substitutions that were made."""
  151     return _compile(pattern, 0).subn(repl, string, count)
       global _compile = <function _compile>, pattern = <_sre.SRE_Pattern object>, global subn = <function subn>, repl = <bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x82890ac>>, string = '
  152 
  153 def split(pattern, string, maxsplit=0):

/usr/local/lib/python2.2/site-packages/MoinMoin/parser/wiki.py in format(self=<MoinMoin.parser.wiki.Parser instance>, formatter=<MoinMoin.formatter.text_html.Formatter instance>)
  937                 self.request.write(self.highlight_scan(scan_re, line))
  938             else:
  939                 line, count = re.subn(scan_re, self.replace, line)
       line = '
  940                 ##if not count: self._check_p()
  941                 self._check_p()

/usr/local/lib/python2.2/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.Request instance>, msg='', **keywords={'count_hit': 1})
  477         else:
  478             # parse the text and send the page content
  479             Parser(body, request).format(self.formatter)
       Parser = <class MoinMoin.parser.wiki.Parser>, body = '
  480 
  481             # check for pending footnotes

/usr/local/lib/python2.2/site-packages/MoinMoin/cgimain.py in run(properties={})
  210         else:
  211             try:
  212                 cgitb.handler()
       cgitb = <module 'MoinMoin.support.cgitb' from '/usr/loca...hon2.2/site-packages/MoinMoin/support/cgitb.pyc'>, handler = undefined
  213             except:
  214                 cgi.print_exception(*saved_exc)