| EOFErrorEOF read where object expected | Please include this information in your bug reports!: Python Python 2.4.3: /usr/bin/python2.4 Linux neon.sabren.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 MoinMoin Release 1.2.2 [Revision 1.185] Tue Feb 7 06:41:56 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.
| /home/yee/code/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance>) |
| 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>, query = 'FindPage', ).send_page undefined, self = <MoinMoin.request.RequestCGI instance>, count_hit undefined |
| /home/yee/code/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, 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>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestCGI instance>, Parser = <class MoinMoin.parser.wiki.Parser>, body = 'You can use this page to search all entries in t...a new page by entering its name here:\n [[GoTo]]\n' |
| /home/yee/code/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI instance>, Parser=<class MoinMoin.parser.wiki.Parser>, body='You can use this page to search all entries in t...a new page by entering its name here:\n [[GoTo]]\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>, cache.content = <bound method CacheEntry.content of <MoinMoin.caching.CacheEntry instance>> |
EOFError: EOF read where object expected
__doc__ =
'Read beyond end of file.'
__getitem__ =
<bound method EOFError.__getitem__ of <exceptions.EOFError instance>>
__init__ =
<bound method EOFError.__init__ of <exceptions.EOFError instance>>
__module__ =
'exceptions'
__str__ =
<bound method EOFError.__str__ of <exceptions.EOFError instance>>
args =
('EOF read where object expected',)
