Opened 16 years ago

Last modified 6 years ago

#3779 new defect

No PDF Export - Problem with template_path — at Initial Version

Reported by: anonymous Owned by: Diorgenes Felipe Grzesiuk
Priority: normal Component: TracWikiToPdfPlugin
Severity: normal Keywords: internal error, template_path
Cc: Trac Release: 0.11

Description

I get an internal error, when I want to use the TracWikiToPdfPlugin Python Traceback

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev_r5911-py2.5.egg/webadmin/web_ui.py", line 119, in process_request

path_info)

File "build/bdist.linux-i686/egg/wikitopdf/web_ui.py", line 61, in process_admin_request

return formats[format]provider?.process_wikitopdf(req, format, title, subject, rightpages, date, version, rightpages[0])

File "build/bdist.linux-i686/egg/wikitopdf/formats.py", line 50, in process_wikitopdf

titlefile = self.get_titlepage(title_template, title, subject, date, version)

File "build/bdist.linux-i686/egg/wikitopdf/formats.py", line 133, in get_titlepage

file_page = open(template_path, 'r')

IOError: [Errno 2] No such file or directory:

Change History (0)

Note: See TracTickets for help on using tickets.