| HjälpDiverse/VanligaFrågor |
UserPreferences |
| RIIC Wiki | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents | moin.sf.net |
>
| 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."""
153 def split(pattern, string, maxsplit=0):
938 else:
941 self._check_p()
478 # parse the text and send the page content
481 # check for pending footnotes
211 try:
213 except: 214 cgi.print_exception(*saved_exc)
|