FS#39918 - [python-docutils] rst2odt doesn't run

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Thursday, 17 April 2014, 11:18 GMT
Last edited by Sébastien Luttringer (seblu) - Monday, 07 July 2014, 00:43 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
rst2odt doesn't work, running rst2odt raises an exception:

$ rst2odt
Traceback (most recent call last):
File "/usr/bin/rst2odt", line 19, in <module>
from docutils.writers.odf_odt import Writer, Reader
File "/usr/lib/python3.4/site-packages/docutils/writers/odf_odt/__init__.py", line 91, in <module>
class _ElementInterfaceWrapper(etree._ElementInterface):
AttributeError: 'module' object has no attribute '_ElementInterface'

Additional info:
* package version(s)
python-docutils 0.11-2
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Monday, 07 July 2014, 00:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-docutils-0.12

Loading...