Personen
--> -->| ImportErrorCannot load macro BlurpSearch | Please include this information in your bug reports!: Python Python 2.4.6: /usr/bin/python2.4 Linux tardis 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 MoinMoin Release 1.3.3 [Revision 1.3.3 release] Mon May 21 02:26:06 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.
| /var/www/devilsclaw/lib/python/MoinMoin/request.py in run(self=<MoinMoin.request.RequestFastCGI instance>) |
| 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.RequestFastCGI instance>, self.page = <MoinMoin.Page.Page instance>, self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance>>, count_hit undefined |
| /var/www/devilsclaw/lib/python/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI instance>, 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>, self.send_page_content = <bound method Page.send_page_content of <MoinMoin.Page.Page instance>>, request = <MoinMoin.request.RequestFastCGI instance>, Parser = <class MoinMoin.parser.wiki.Parser>, body = u'== Personen ==\n\n[[BlurpSearch("SilverMarshes/Cat...rMarshes/", fields="Wohnort", tree, -numbered)]]\n', format_args undefined, pi_formatargs = '', do_cache = 1 |
| /var/www/devilsclaw/lib/python/MoinMoin/Page.py in send_page_content(self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestFastCGI instance>, Parser=<class MoinMoin.parser.wiki.Parser>, body=u'== Personen ==\n\n[[BlurpSearch("SilverMarshes/Cat...rMarshes/", fields="Wohnort", tree, -numbered)]]\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 ? at 0xb583d720, file "SilverMarshes/CategoryPersonen", line 2> |
| /var/www/devilsclaw/www/SilverMarshes/CategoryPersonen |
| /var/www/devilsclaw/lib/python/MoinMoin/formatter/base.py in macro(self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.wikimacro.Macro instance>, name=u'BlurpSearch', args=u'"SilverMarshes/CategoryPersonen", "SilverMarshes/", fields="Wohnort", tree, -numbered') |
| 226 def macro(self, macro_obj, name, args): |
| 227 # call the macro |
| 228 return macro_obj.execute(name, args) |
| 229 |
| 230 def _get_bang_args(self, line): |
| macro_obj = <MoinMoin.wikimacro.Macro instance>, macro_obj.execute = <bound method Macro.execute of <MoinMoin.wikimacro.Macro instance>>, name = u'BlurpSearch', args = u'"SilverMarshes/CategoryPersonen", "SilverMarshes/", fields="Wohnort", tree, -numbered' |
| /var/www/devilsclaw/lib/python/MoinMoin/wikimacro.py in execute(self=<MoinMoin.wikimacro.Macro instance>, macro_name=u'BlurpSearch', args=u'"SilverMarshes/CategoryPersonen", "SilverMarshes/", fields="Wohnort", tree, -numbered') |
| 110 return self._m_lang(macro_name, args) |
| 111 |
| 112 raise ImportError("Cannot load macro %s" % macro_name) |
| 113 |
| 114 def _m_lang(self, lang_name, text): |
| ImportError undefined, macro_name = u'BlurpSearch' |
ImportError: Cannot load macro BlurpSearch
__doc__ =
"Import can't find module, or can't find name in module."
__getitem__ =
<bound method ImportError.__getitem__ of <exceptions.ImportError instance>>
__init__ =
<bound method ImportError.__init__ of <exceptions.ImportError instance>>
__module__ =
'exceptions'
__str__ =
<bound method ImportError.__str__ of <exceptions.ImportError instance>>
args =
(u'Cannot load macro BlurpSearch',)
