Edgewall Software

Opened 17 years ago

Last modified 17 years ago

#5130 closed defect

page to latex plugin — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.3.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/tractags/web_ui.py", line 64, in process_request File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 134, in process_request

page.text, format, page.name)

File "/usr/lib/python2.4/site-packages/trac/mimeview/api.py", line 604, in send_converted

content, selector)

File "/usr/lib/python2.4/site-packages/trac/mimeview/api.py", line 384, in convert_content

output = converter.convert_content(req, mimetype, content, ck)

File "build/bdist.linux-i686/egg/pagetolatex/pagetolatex.py", line 16, in convert_content File "build/bdist.linux-i686/egg/pagetolatex/wikilatex.py", line 615, in wiki_to_latex File "build/bdist.linux-i686/egg/pagetolatex/wikilatex.py", line 581, in format File "/usr/lib/python2.4/sre.py", line 142, in sub

return _compile(pattern, 0).sub(repl, string, count)

File "build/bdist.linux-i686/egg/pagetolatex/wikilatex.py", line 151, in replace File "/usr/lib/python2.4/site-packages/trac/wiki/formatter.py", line 362, in _lhref_formatter

return self._make_link(ns, target, match, label)

File "build/bdist.linux-i686/egg/pagetolatex/wikilatex.py", line 201, in _make_link File "build/bdist.linux-i686/egg/pagetolatex/wikilatex.py", line 210, in _make_ext_link

AttributeError: type object 'Formatter' has no attribute 'img_re'

Change History (0)

Note: See TracTickets for help on using tickets.