AttributeError
Parser instance has no attribute 'bib2html_cmd'
If you want to report a bug, please save this page and attach it to your bug report.
Traceback
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/lib/python-support/python2.5/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>)
- 1305 self.page.send_page()
- 1306 else:
- 1307 handler(self.page.page_name, self)
- 1308
- 1309 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function do_show at 0x94f8f7c>
- self = <MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>
- self.page = <MoinMoin.Page.Page object at 0x954550c>
- self.page.page_name = u'Bibliography'
/var/lib/python-support/python2.5/MoinMoin/action/__init__.py in do_show (pagename=u'Bibliography', request=<MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>, content_only=0, count_hit=1, cacheable=1, print_mode=0)
- 251 count_hit=count_hit,
- 252 print_mode=print_mode,
- 253 content_only=content_only,
- 254 )
- 255
- content_only = 0
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object at 0x9557bcc>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})
- 1195 format_args=pi['formatargs'],
- 1196 do_cache=do_cache,
- 1197 start_line=pi['lines'])
- 1198
- 1199 # check for pending footnotes
- start_line undefined
- pi = {'acl': <MoinMoin.security.AccessControlList instance at 0x9557fcc>, 'format': 'wiki_with_math', 'formatargs': '', 'language': 'en', 'lines': 0}
/var/lib/python-support/python2.5/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object at 0x9557bcc>, request=<MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>, body=u'= The Atlas Bibliography =\n\nPlease add items as ...g/a/ucp/jpolec/v98y1990i5ps71-102.html}\n}\n\n\n\n}}}\n', format='wiki_with_math', format_args='', do_cache=1, **kw={'start_line': 0})
- 1288 raise
- 1289 try:
- 1290 code = self.makeCache(request, parser)
- 1291 self.execute(request, parser, code)
- 1292 except Exception, e:
- code undefined
- self = <MoinMoin.Page.Page object at 0x9557bcc>
- self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page object at 0x9557bcc>>
- request = <MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>
- parser = <wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>
/var/lib/python-support/python2.5/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page object at 0x9557bcc>, request=<MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>, parser=<wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>)
- 1348 saved_current_lang = request.current_lang
- 1349 try:
- 1350 text = request.redirectedOutput(parser.format, formatter)
- 1351 finally:
- 1352 request.current_lang = saved_current_lang
- text undefined
- request = <MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>
- request.redirectedOutput = <bound method Request.redirectedOutput of <MoinM...equest.request_cgi.Request object at 0xb7ef9c4c>>
- parser = <wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>
- parser.format = <bound method Parser.format of <wikiconfig.plugi...ser.wiki_with_math.Parser instance at 0x959c56c>>
- formatter = <MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>
/var/lib/python-support/python2.5/MoinMoin/request/__init__.py in redirectedOutput (self=<MoinMoin.request.request_cgi.Request object at 0xb7ef9c4c>, function=<bound method Parser.format of <wikiconfig.plugi...ser.wiki_with_math.Parser instance at 0x959c56c>>, *args=(<MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>,), **kw={})
- 842 self.redirect(buf)
- 843 try:
- 844 function(*args, **kw)
- 845 finally:
- 846 self.redirect()
- function = <bound method Parser.format of <wikiconfig.plugi...ser.wiki_with_math.Parser instance at 0x959c56c>>
- args = (<MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>,)
- kw = {}
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in format (self=<wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>, formatter=<MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>, inhibit_p=False)
- 1527
- 1528 # Scan line, format and write
- 1529 formatted_line = self.scan(line, inhibit_p=inhibit_p)
- 1530 self.request.write(formatted_line)
- 1531
- formatted_line = u''
- self = <wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>
- self.scan = <bound method Parser.scan of <wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>>
- line = u'}}}'
- inhibit_p = False
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in scan (self=<wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>, line=u'}}}', inhibit_p=False)
- 1343 self.in_table or self.in_list):
- 1344 result.append(self.formatter.paragraph(1, css_class="line867"))
- 1345 result.append(self.replace(match, inhibit_p))
- 1346 end = match.end()
- 1347 lastpos = end
- result = []
- result.append = <built-in method append of list object at 0x95f41ec>
- self = <wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>
- self.replace = <bound method Parser.replace of <wikiconfig.plug...ser.wiki_with_math.Parser instance at 0x959c56c>>
- match = <_sre.SRE_Match object at 0x9666660>
- inhibit_p = False
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in replace (self=<wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>, match=<_sre.SRE_Match object at 0x9666660>, inhibit_p=False)
- 1385 # Get replace method and replace hit
- 1386 replace_func = getattr(self, '_%s_repl' % type)
- 1387 result.append(replace_func(hit, match.groupdict()))
- 1388 return ''.join(result)
- 1389 else:
- result = []
- result.append = <built-in method append of list object at 0xb7e6db6c>
- replace_func = <bound method Parser._parser_end_repl of <wikico...ser.wiki_with_math.Parser instance at 0x959c56c>>
- hit = u'}}}'
- match = <_sre.SRE_Match object at 0x9666660>
- match.groupdict = <built-in method groupdict of _sre.SRE_Match object at 0x9666660>
/var/lib/python-support/python2.5/MoinMoin/parser/text_moin_wiki.py in _parser_end_repl (self=<wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>, word=u'}}}', groups={u'parser_end': u'}}}'})
- 1278 # we obviously did not find a parser specification
- 1279 self.parser_name = 'text'
- 1280 result = self.formatter.parser(self.parser_name, self.parser_lines)
- 1281 del self.parser_lines
- 1282 self.in_pre = None
- result undefined
- self = <wikiconfig.plugin.parser.wiki_with_math.Parser instance at 0x959c56c>
- self.formatter = <MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>
- self.formatter.parser = <bound method Formatter.parser of <MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>>
- self.parser_name = u'bibtex'
- self.parser_lines = [u'#!bibtex ', u'', u'', u'@ARTICLE{aghion_ea_2005,', u' repec-id = {RePEc:tpr:qjecon:v:120:y:2005:i:2:p:701-728},', u' author = {Philippe Aghion and Nick Bloom and R...d Blundell and Rachel Griffith and Peter Howitt},', u' title = {{Competition and Innovation: An Inverted-U Relationship}},', u' journal = {The Quarterly Journal of Economics},', u' year = 2005,', u' volume = {120},', u' number = {2},', u' pages = {701-728},', u' month = {May},', u'}', u'', u'@INCOLLECTION{shapiro_2001,', u' title = {{Navigating the Patent Thicket: Cross Licenses, Patent Pools, and Standard Setting}},', u' author = {Shapiro, Carl},', u' booktitle = {{Innovation Policy and the Economy, Vol. 1}},', u' publisher = {MIT Press},', ...]
/var/lib/python-support/python2.5/MoinMoin/formatter/text_python.py in parser (self=<MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>, parser_name=u'bibtex', lines=[u'#!bibtex ', u'', u'', u'@ARTICLE{aghion_ea_2005,', u' repec-id = {RePEc:tpr:qjecon:v:120:y:2005:i:2:p:701-728},', u' author = {Philippe Aghion and Nick Bloom and R...d Blundell and Rachel Griffith and Peter Howitt},', u' title = {{Competition and Innovation: An Inverted-U Relationship}},', u' journal = {The Quarterly Journal of Economics},', u' year = 2005,', u' volume = {120},', u' number = {2},', u' pages = {701-728},', u' month = {May},', u'}', u'', u'@INCOLLECTION{shapiro_2001,', u' title = {{Navigating the Patent Thicket: Cross Licenses, Patent Pools, and Standard Setting}},', u' author = {Shapiro, Carl},', u' booktitle = {{Innovation Policy and the Economy, Vol. 1}},', u' publisher = {MIT Press},', ...])
- 207
- 208 if self.__is_static(Dependencies):
- 209 return self.formatter.parser(parser_name, lines)
- 210 else:
- 211 return self.__insert_code('%s%s.parser(%r, %r)' %
- self = <MoinMoin.formatter.text_python.Formatter instance at 0x95f49ec>
- self.formatter = <MoinMoin.formatter.text_html.Formatter instance at 0x9557f6c>
- self.formatter.parser = <bound method Formatter.parser of <MoinMoin.formatter.text_html.Formatter instance at 0x9557f6c>>
- parser_name = u'bibtex'
- lines = [u'#!bibtex ', u'', u'', u'@ARTICLE{aghion_ea_2005,', u' repec-id = {RePEc:tpr:qjecon:v:120:y:2005:i:2:p:701-728},', u' author = {Philippe Aghion and Nick Bloom and R...d Blundell and Rachel Griffith and Peter Howitt},', u' title = {{Competition and Innovation: An Inverted-U Relationship}},', u' journal = {The Quarterly Journal of Economics},', u' year = 2005,', u' volume = {120},', u' number = {2},', u' pages = {701-728},', u' month = {May},', u'}', u'', u'@INCOLLECTION{shapiro_2001,', u' title = {{Navigating the Patent Thicket: Cross Licenses, Patent Pools, and Standard Setting}},', u' author = {Shapiro, Carl},', u' booktitle = {{Innovation Policy and the Economy, Vol. 1}},', u' publisher = {MIT Press},', ...]
/var/lib/python-support/python2.5/MoinMoin/formatter/__init__.py in parser (self=<MoinMoin.formatter.text_html.Formatter instance at 0x9557f6c>, parser_name=u'bibtex', lines=[u'', u'@ARTICLE{aghion_ea_2005,', u' repec-id = {RePEc:tpr:qjecon:v:120:y:2005:i:2:p:701-728},', u' author = {Philippe Aghion and Nick Bloom and R...d Blundell and Rachel Griffith and Peter Howitt},', u' title = {{Competition and Innovation: An Inverted-U Relationship}},', u' journal = {The Quarterly Journal of Economics},', u' year = 2005,', u' volume = {120},', u' number = {2},', u' pages = {701-728},', u' month = {May},', u'}', u'', u'@INCOLLECTION{shapiro_2001,', u' title = {{Navigating the Patent Thicket: Cross Licenses, Patent Pools, and Standard Setting}},', u' author = {Shapiro, Carl},', u' booktitle = {{Innovation Policy and the Economy, Vol. 1}},', u' publisher = {MIT Press},', u' year = 2001,', u' pages = {119-50}', ...])
- 350 lines = lines[:-1]
- 351 p = parser('\n'.join(lines), self.request, format_args=args)
- 352 p.format(self)
- 353 del p
- 354 return ''
- p = <wikiconfig.plugin.parser.bibtex.Parser instance at 0x95f45ac>
- p.format = <bound method Parser.format of <wikiconfig.plugin.parser.bibtex.Parser instance at 0x95f45ac>>
- self = <MoinMoin.formatter.text_html.Formatter instance at 0x9557f6c>
/home/kforge/knowledgeforge.net/var/project_data/econ/moin/95/data/plugin/parser/bibtex.py in format (self=<wikiconfig.plugin.parser.bibtex.Parser instance at 0x95f45ac>, formatter=<MoinMoin.formatter.text_html.Formatter instance at 0x9557f6c>)
- 257 self.request.write(formatter.escapedText(
- 258 _("Error: %(bib2html_cmd)s could not be found.") %
- 259 {"bib2html_cmd": self.bib2html_cmd}))
- 260 self.request.write(formatter.sysmsg(0))
- 261 return
- self = <wikiconfig.plugin.parser.bibtex.Parser instance at 0x95f45ac>
- self.bib2html_cmd undefined
AttributeError
Parser instance has no attribute 'bib2html_cmd'
- args = ("Parser instance has no attribute 'bib2html_cmd'",)
- message = "Parser instance has no attribute 'bib2html_cmd'"
System Details
- Date: Mon, 06 Feb 2012 19:23:44 +0000
- Platform: Linux us1.okfn.org 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:36 EST 2008 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.7.1 (release)