Community Packages

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!
Tasklist

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
Task Type Bug Report
Category
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

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

Closed by  Sergej Pupykin (sergej)
Thursday, 06 March 2008, 13:08 GMT
Reason for closing:  Fixed
Comment by Roman Kyrylych (Romashka) - Sunday, 11 November 2007, 10:57 GMT
LOL, I'm missed from docutils! :D
Comment by Sergej Pupykin (sergej) - Sunday, 11 November 2007, 23:24 GMT
module roman is in package now (0.4-3)
Comment by Xilon (Xilon) - Tuesday, 04 March 2008, 09:03 GMT
  • Field changed: Percent Complete (100% → 0%)
I am still missing the roman module from docutils 0.4-3

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.
Comment by Jan Smydke (crocus) - Tuesday, 04 March 2008, 09:32 GMT
It's strange as I have quite new Arch installation and have just installed docutils 0.4-3, my python is also 2.5.2 and I don't have any problems by running rst2latex.py.
I have i686 Arch, perhaps troubles in amd64?
Comment by Sergej Pupykin (sergej) - Tuesday, 04 March 2008, 13:53 GMT
current docutils for x86_64 is 4th release, use it.
Comment by Sergej Pupykin (sergej) - Tuesday, 04 March 2008, 13:54 GMT
(0.4-4)
Comment by Sergej Pupykin (sergej) - Wednesday, 05 March 2008, 13:07 GMT
can I close this bug?
Comment by Xilon (Xilon) - Thursday, 06 March 2008, 12:45 GMT
Yes, it works now. Thank you.

Loading...