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#29766 - [python2-rst2pdf] 0.91-1 exits with ImportError
Attached to Project:
Community Packages
Opened by Damien (_djm_) - Saturday, 05 May 2012, 18:42 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 06 May 2012, 19:01 GMT
Opened by Damien (_djm_) - Saturday, 05 May 2012, 18:42 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 06 May 2012, 19:01 GMT
|
DetailsDescription:
rst2pdf returns an ImportError and fails to execute. Error relates to roman.py, which is present (/usr/lib/python2.7/site-packages/docutils/utils/roman.py is owned by python2-docutils 0.9-1) but apparently not visible to Python. Additional info: * package version(s) community/python2-rst2pdf 0.91-1 community/python2-docutils 0.9-1 * config and/or log files etc. Steps to reproduce: Running rst2pdf on an rst file gives: Traceback (most recent call last): File "/usr/bin/rst2pdf", line 9, in <module> load_entry_point('rst2pdf==0.91', 'console_scripts', 'rst2pdf')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 337, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2283, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1993, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.7/site-packages/rst2pdf/createpdf.py", line 70, in <module> from roman import toRoman ImportError: No module named roman |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Sunday, 06 May 2012, 19:01 GMT
Reason for closing: Fixed
Additional comments about closing: python2-rst2pdf-0.91-2
Sunday, 06 May 2012, 19:01 GMT
Reason for closing: Fixed
Additional comments about closing: python2-rst2pdf-0.91-2

ISsue seems to be with python2-docutils

http://code.google.com/p/rst2pdf/issues/detail?id=443&q=roman