I installed the PageToOdtPlugin under Trac 0.10.4 running in Apache on a Windows machine. After installation I created the PageToOdtStyles wikipage and attached the empty.odt.
But when I tested it, I got the following the following Python Traceback:
Python Traceback
Traceback (most recent call last):
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python24\Lib\site-packages\trac\web\main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Python24\Lib\site-packages\trac\wiki\web_ui.py", line 134, in process_request
page.text, format, page.name)
File "C:\Python24\Lib\site-packages\trac\mimeview\api.py", line 605, in send_converted
content, selector)
File "C:\Python24\Lib\site-packages\trac\mimeview\api.py", line 385, in convert_content
output = converter.convert_content(req, mimetype, content, ck)
File "build\bdist.win32\egg\pagetoodt\pagetoodt.py", line 42, in convert_content
File "build\bdist.win32\egg\pagetoodt\pagetoodt.py", line 90, in wiki_to_odtcontent
IOError: [Errno 2] No such file or directory: '/tmp/raw.xml'
What's wrong?