| Mind you, Moose bites can be pretty nasti. |
2010-10-21 | |||||
| elena991 | [17:32] | FredBloggs | |||
2007-04-15 | |||||
| Arrival | [21:22] | PamHayes[1-2] | 2 changes | ||
| Trellis Bay | [19:09] | PamHayes | |||
| In Preparation | [19:04] | PamHayes | |||
2007-04-06 | |||||
| Jost Van Dyke | [03:15] | PamHayes[1-2] | 2 changes | ||
| Jost Van Dyke II | [03:13] | PamHayes | |||
| Sailing to Road Town | [02:45] | PamHayes | |||
| Departure | [02:34] | PamHayes | |||
2007-04-05 | |||||
| Virgin Gorda II | [00:16] | PamHayes | |||
| Virgin Gorda | [00:06] | PamHayes[1-3] | 3 changes | ||
2007-03-31 | |||||
| Virgin Islands, February 2007 | [21:07] | PamHayes[1-4] | 4 changes | ||
2007-03-21 | |||||
| HelpOnTables | [23:22] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
2007-03-15 | |||||
| Thomas Ruck August Visit | [23:20] | PamHayes | Revert to version dated 2005-04-06 00:38:13. | ||
| AllSystemPagesGroup | [23:18] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
| EventStats | [23:17] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
| StructuredText | [23:16] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
| HelpOnSlideShows | [23:16] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
| HelpOnHeadlines | [23:15] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
| SlideShowHandOutTemplate | [23:15] | PamHayes | Revert to version dated 2005-03-25 02:55:12. | ||
| HilfeZuMakros | [23:14] | PamHayes | Revert to version dated 2005-03-25 02:59:32. | ||
| SystemInfo | [23:14] | PamHayes | Revert to version dated 2004-04-04 00:14:01. | ||
>
| | Please include this information in your bug reports!: Python 2.6.2 (r262:71600, Aug 4 2010, 12:39:10) [GCC 4.2.1 20070719 [FreeBSD]] - /usr/local/bin/python FreeBSD ekinek.pair.com 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Wed Sep 28 09:50:42 EDT 2011 erik5@yodh.pair.com:/usr/obj/usr/src/sys/73PAIRb 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:
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/wikimacro.py in execute_external_macro(macro_name='RandomPage', function='execute', args=(<MoinMoin.wikimacro.Macro instance at 0x287e1f8c>, '1')) |
70 execute = pysupport.importName("MoinMoin.macro." + macro_name, function)
| 71 return execute(*args) |
72
73 # try plugin dir
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x287e1f8c>, macro_name='RandomPage', args='1') |
110
| 111 return execute_external_macro(macro_name, "execute", (self, args)) |
112
113 def _macro_TitleSearch(self, args):
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/parser/wiki.py in _macro_repl(self=<MoinMoin.parser.wiki.Parser instance at 0x2889b8cc>, word='[[RandomPage(1)]]') |
703 # call the macro
| 704 return self.macro.execute(macro_name, args) |
705
706
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/parser/wiki.py in replace(self=<MoinMoin.parser.wiki.Parser instance at 0x2889b8cc>, match=<_sre.SRE_Match object at 0x283b70a0>) |
814 else:
| 815 return getattr(self, '_' + type + '_repl')(hit) |
816 else:
817 import pprint
| /usr/local/lib/python2.6/re.py in subn(pattern=<_sre.SRE_Pattern object at 0x288e1000>, repl=<bound method Parser.replace of <MoinMoin.parser.wiki.Parser instance at 0x2889b8cc>>, string='last, but not least, a randomly chosen page: [[RandomPage(1)]] ', count=0) |
161 return a replacement string to be used."""
| 162 return _compile(pattern, 0).subn(repl, string, count) |
163
164 def split(pattern, string, maxsplit=0):
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/parser/wiki.py in format(self=<MoinMoin.parser.wiki.Parser instance at 0x2889b8cc>, formatter=<MoinMoin.formatter.text_html.Formatter instance at 0x288a342c>) |
938 else:
| 939 line, count = re.subn(scan_re, self.replace, line) |
940 ##if not count: self._check_p()
941 self._check_p()
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x2888a56c>, request=<MoinMoin.request.Request instance at 0x2873676c>, msg='', **keywords={'count_hit': 1}) |
478 # parse the text and send the page content
| 479 Parser(body, request).format(self.formatter) |
480
481 # check for pending footnotes
| /usr/home/ianjones/moin/lib/python2.3/site-packages/MoinMoin/cgimain.py in run(properties={}) |
211 try:
| 212 cgitb.handler() |
213 except:
214 cgi.print_exception(*saved_exc)
