Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#8605 - docutils - missing module 'roman'
Attached to Project:
Community Packages
Opened by Jan Smydke (crocus) - Sunday, 11 November 2007, 00:11 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 06 March 2008, 13:08 GMT
Opened by Jan Smydke (crocus) - Sunday, 11 November 2007, 00:11 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 06 March 2008, 13:08 GMT
|
DetailsDescription:
I cannot use docutils 0.4-2. I had to downgrade to 0.4-1, because of some missing module * package version docutils-0.4-2 Steps to reproduce: rst2latex.py --input-encoding=latin2 --output-encoding=latin2 < zapis.rst > zapis.ltx Traceback (most recent call last): File "/usr/bin/rst2latex.py", line 25, in <module> publish_cmdline(writer_name='latex', description=description) File "/usr/lib/python2.5/site-packages/docutils/core.py", line 332, in publish_cmdline pub.set_components(reader_name, parser_name, writer_name) File "/usr/lib/python2.5/site-packages/docutils/core.py", line 92, in set_components self.set_reader(reader_name, self.parser, parser_name) File "/usr/lib/python2.5/site-packages/docutils/core.py", line 82, in set_reader self.reader = reader_class(parser, parser_name) File "/usr/lib/python2.5/site-packages/docutils/readers/__init__.py", line 51, in __init__ self.set_parser(parser_name) File "/usr/lib/python2.5/site-packages/docutils/readers/__init__.py", line 62, in set_parser parser_class = parsers.get_parser_class(parser_name) File "/usr/lib/python2.5/site-packages/docutils/parsers/__init__.py", line 48, in get_parser_class module = __import__(parser_name, globals(), locals()) File "/usr/lib/python2.5/site-packages/docutils/parsers/rst/__init__.py", line 77, in <module> from docutils.parsers.rst import states File "/usr/lib/python2.5/site-packages/docutils/parsers/rst/states.py", line 110, in <module> import roman ImportError: No module named roman |
This task depends upon
Here's some python interpreter/traceback output:
Python 2.5.2 (r252:60911, Feb 23 2008, 21:07:14)
[GCC 4.2.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import docutils.parsers.rst.roles
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/docutils/parsers/rst/__init__.py", line 77, in <module>
from docutils.parsers.rst import states
File "/usr/lib/python2.5/site-packages/docutils/parsers/rst/states.py", line 110, in <module>
import roman
ImportError: No module named roman
Because of this the documentation in the admin interface for django does not work. I'm sure other things are broken as well.
I have i686 Arch, perhaps troubles in amd64?