| | 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] Wed May 16 22:46:43 2012 |
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 0x81ba80c>) |
| 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 0x8311f2c>, query = 'submitting assignments', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance at 0x81ba80c>, 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 0x836d9cc>, request=<MoinMoin.request.RequestCGI instance at 0x81ba80c>, 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 0x836d9cc>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x836d9cc>>, request = <MoinMoin.request.RequestCGI instance at 0x81ba80c>, Parser = <class MoinMoin.parser.wiki.Parser at 0x839835c>, body = '\n= Submitting Assignments =\n\nAll assignments are...nection will fail shortly before the due time).\n\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 0x836d9cc>, request=<MoinMoin.request.RequestCGI instance at 0x81ba80c>, Parser=<class MoinMoin.parser.wiki.Parser at 0x839835c>, body='\n= Submitting Assignments =\n\nAll assignments are...nection will fail shortly before the due time).\n\n', needsupdate=1) |
| 700 #request.write(src) # debug |
| 701 code = compile(src, self.page_name, 'exec') |
| 702 cache.update(marshal.dumps(code)) |
| 703 |
| 704 # send page |
| cache = <MoinMoin.caching.CacheEntry instance at 0x838d46c>, cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance at 0x838d46c>>, marshal = <module 'marshal' (built-in)>, marshal.dumps = <built-in function dumps>, code = <code object <module> at 0x839d068, file "submitting assignments", line 2> |
| /tmp_amd/kamen/export/kamen/1/cs1711cgi/public_html/2005/wiki/MoinMoin/caching.py in update(self=<MoinMoin.caching.CacheEntry instance at 0x838d46c>, content='c\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00sL\x00\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...mitting assignmentss\x08\x00\x00\x00<module>\x02\x00\x00\x00s\x08\x00\x00\x00$\x01\r\x00\n\x02\x06f') |
| 70 |
| 71 def update(self, content): |
| 72 open(self._filename(), 'wb').write(content) |
| 73 |
| 74 try: |
| open undefined, self = <MoinMoin.caching.CacheEntry instance at 0x838d46c>, self._filename = <bound method CacheEntry._filename of <MoinMoin.caching.CacheEntry instance at 0x838d46c>>, ).write undefined, content = 'c\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00sL\x00\x00\x00e\x00\x00e\x01\x00i\x02\x00i\x03\x00e\x01\x00i\x02\x00i\x04\x00e\x05\x00\x83\x01...mitting assignmentss\x08\x00\x00\x00<module>\x02\x00\x00\x00s\x08\x00\x00\x00$\x01\r\x00\n\x02\x06f' |
