| | Please include this information in your bug reports!: Python Python 2.5.2: /usr/local/bin/python Linux dvorak 2.6.21.6-general #1 SMP Mon Feb 25 14:27:35 EST 2008 i686 MoinMoin Release 1.2.2 [Revision 1.185] Sun May 26 12:20:23 2013 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /tmp_amd/kamen/export/kamen/1/cs1711cgi/public_html/2005/wiki/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0xb7d1976c>) |
| 403 |
| 404 if config.allow_extended_names: |
| 405 Page(query).send_page(self, count_hit=1) |
| 406 else: |
| 407 from MoinMoin.parser.wiki import Parser |
| Page = <class MoinMoin.Page.Page at 0xb7a1ce6c>, query = 'when+where', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0xb7d1976c>, count_hit undefined |
| /tmp_amd/kamen/export/kamen/1/cs1711cgi/public_html/2005/wiki/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0xb797f92c>, request=<MoinMoin.request.RequestCGI instance at 0xb7d1976c>, msg='', **keywords={'count_hit': 1}) |
| 609 else: |
| 610 # parse the text and send the page content |
| 611 self.send_page_content(request, Parser, body) |
| 612 |
| 613 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance at 0xb797f92c>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0xb797f92c>>, request = <MoinMoin.request.RequestCGI instance at 0xb7d1976c>, Parser = <class MoinMoin.parser.wiki.Parser at 0xb79a92cc>, body = "\n[[TableOfContents()]]\n\n== Lectures ==\n\n||<:> ''...o(sseefried AT cse DOT unsw DOT edu DOT au)]] ||\n" |
| /tmp_amd/kamen/export/kamen/1/cs1711cgi/public_html/2005/wiki/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0xb797f92c>, request=<MoinMoin.request.RequestCGI instance at 0xb7d1976c>, Parser=<class MoinMoin.parser.wiki.Parser at 0xb79a92cc>, body="\n[[TableOfContents()]]\n\n== Lectures ==\n\n||<:> ''...o(sseefried AT cse DOT unsw DOT edu DOT au)]] ||\n", needsupdate=0) |
| 680 try: |
| 681 import marshal |
| 682 code = marshal.loads(cache.content()) |
| 683 except ValueError: #bad marshal data |
| 684 needsupdate = 1 |
| code = None, marshal = <module 'marshal' (built-in)>, marshal.loads = <built-in function loads>, cache = <MoinMoin.caching.CacheEntry instance at 0xb79a03ec>, cache.content = <bound method CacheEntry.content of <MoinMoin.caching.CacheEntry instance at 0xb79a03ec>> |
