| | Please include this information in your bug reports!: Python Python 2.6.4: /usr/bin/python2.6 Linux keyframe 2.6.25-gentoo-r7 #1 SMP Wed Aug 20 11:29:55 EDT 2008 i686 MoinMoin Release 1.3.4 [Revision 1.3.4 release] Mon Mar 22 01:00:14 2010 |
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/zalas/lib/python2.3/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0x85ebacc>) |
| 863 if self.cfg.allow_extended_names: |
| 864 self.page = Page(self, pagename) |
| 865 self.page.send_page(self, count_hit=1) |
| 866 else: |
| 867 # TODO: kill this. Why disable allow extended names? |
| self = <MoinMoin.request.RequestCGI instance at 0x85ebacc>, self.page = <MoinMoin.Page.Page instance at 0x8616ccc>, self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance at 0x8616ccc>>, count_hit undefined |
| /home/zalas/lib/python2.3/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x8616ccc>, request=<MoinMoin.request.RequestCGI instance at 0x85ebacc>, msg='', **keywords={'count_hit': 1}) |
| 1143 else: |
| 1144 # parse the text and send the page content |
| 1145 self.send_page_content(request, Parser, body, format_args=pi_formatargs, do_cache=do_cache) |
| 1146 |
| 1147 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance at 0x8616ccc>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x8616ccc>>, request = <MoinMoin.request.RequestCGI instance at 0x85ebacc>, Parser = <class MoinMoin.parser.wiki.Parser at 0x875eb9c>, body = u'(from http://www.air2004.com/cast.html)\n{{{\nCast...Uraha: Kikuko Inoue \nRyuuya: Nobutoshi Canna\n}}}\n', format_args undefined, pi_formatargs = '', do_cache = 1 |
| /home/zalas/lib/python2.3/site-packages/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x8616ccc>, request=<MoinMoin.request.RequestCGI instance at 0x85ebacc>, Parser=<class MoinMoin.parser.wiki.Parser at 0x875eb9c>, body=u'(from http://www.air2004.com/cast.html)\n{{{\nCast...Uraha: Kikuko Inoue \nRyuuya: Nobutoshi Canna\n}}}\n', needsupdate=0, format_args='', do_cache=1) |
| 1306 __file__ = os.path.join(moinmodule.__loader__.archive, 'dummy') |
| 1307 |
| 1308 exec code |
| 1309 except 'CacheNeedsUpdate': |
| 1310 # if something goes wrong, try without caching |
| code = <code object <module> at 0x87594e8, file "Movie Cast", line 2> |
| /home/zalas/html/AIR/Movie Cast in |