| | Please include this information in your bug reports!: Python Python 2.5.1: /usr/bin/python Linux h463838 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC i686 MoinMoin Release 1.3.5 [Revision 1.3.5 development] Mon May 21 01:02:32 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.
| /usr/lib/python/site-packages/site_pack_1.3.5/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI object at 0xb7bf2bec>) |
| 893 # self.write('<b>DEBUG: pagename: %s</b><br>' % self.getPathinfo()) |
| 894 self.page = Page(self, pagename, rev=rev, skip_lines=int(line)) |
| 895 self.page.send_page(self, count_hit=1) |
| 896 else: |
| 897 # TODO: kill this. Why disable allow extended names? |
| self = <MoinMoin.request.RequestCGI object at 0xb7bf2bec>, self.page = <MoinMoin.Page.Page instance at 0x815624c>, self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance at 0x815624c>>, count_hit undefined |
| /usr/lib/python/site-packages/site_pack_1.3.5/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x815624c>, request=<MoinMoin.request.RequestCGI object at 0xb7bf2bec>, msg='', **keywords={'count_hit': 1}) |
| 1156 # parse the text and send the page content |
| 1157 request.anchor_pos = anchor_pos |
| 1158 self.send_page_content(request, Parser, body, format_args=pi_formatargs, do_cache=do_cache) |
| 1159 |
| 1160 # check for pending footnotes |
| self = <MoinMoin.Page.Page instance at 0x815624c>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance at 0x815624c>>, request = <MoinMoin.request.RequestCGI object at 0xb7bf2bec>, Parser = <class MoinMoin.parser.wiki.Parser at 0x81d611c>, body = u'[[RegisterFreeWiki()]]\n', format_args undefined, pi_formatargs = '', do_cache = 1 |
| /usr/lib/python/site-packages/site_pack_1.3.5/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance at 0x815624c>, request=<MoinMoin.request.RequestCGI object at 0xb7bf2bec>, Parser=<class MoinMoin.parser.wiki.Parser at 0x81d611c>, body=u'[[RegisterFreeWiki()]]\n', needsupdate=0, format_args='', do_cache=1) |
| 1318 __file__ = os.path.join(moinmodule.__loader__.archive, 'dummy') |
| 1319 |
| 1320 exec code |
| 1321 except 'CacheNeedsUpdate': |
| 1322 # if something goes wrong, try without caching |
| code = <code object <module> at 0x81c8530, file "RegisterTrialWiki", line 2> |
| /srv/www/vhosts/canities.net/httpdocs/_home/RegisterTrialWiki in |
| /usr/lib/python/site-packages/site_pack_1.3.5/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance at 0x81b302c>, macro_obj=<MoinMoin.wikimacro.Macro instance at 0x822d26c>, name=u'RegisterFreeWiki', args=u'') |
| 229 def macro(self, macro_obj, name, args): |
| 230 # call the macro |
| 231 return macro_obj.execute(name, args) |
| 232 |
| 233 def _get_bang_args(self, line): |
| macro_obj = <MoinMoin.wikimacro.Macro instance at 0x822d26c>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance at 0x822d26c>>, name = u'RegisterFreeWiki', args = u'' |
| /usr/lib/python/site-packages/site_pack_1.3.5/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance at 0x822d26c>, macro_name=u'RegisterFreeWiki', args=u'') |
| 113 return self._m_lang(macro_name, args) |
| 114 |
| 115 raise ImportError("Cannot load macro %s" % macro_name) |
| 116 |
| 117 def _m_lang(self, lang_name, text): |
| ImportError undefined, macro_name = u'RegisterFreeWiki' |
