FS#27928 - [python-sphinx] sphinx-build doesn't work
Attached to Project:
Community Packages
Opened by Alexander Hausmann (Butterbrot) - Friday, 13 January 2012, 14:53 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 15 March 2012, 10:16 GMT
Opened by Alexander Hausmann (Butterbrot) - Friday, 13 January 2012, 14:53 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 15 March 2012, 10:16 GMT
|
Details
Description:
python-sphinx requires docutils to work properly. But docutils from [extra] is installed with python2.7 and python-sphinx with python3.2. So sphinx reports that it cannot find docutils>=0.7. Either repackage sphinx using python2 or docutils using python3 Additional info: * python-sphinx 1.1.2-1 * docutils 0.8.1-1 Steps to reproduce: Try running sphinx-build without any arguments. |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Thursday, 15 March 2012, 10:16 GMT
Reason for closing: Fixed
Additional comments about closing: python-sphinx-1.1.2-3
Thursday, 15 March 2012, 10:16 GMT
Reason for closing: Fixed
Additional comments about closing: python-sphinx-1.1.2-3
Traceback (most recent call last):
File "/usr/bin/sphinx-build", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 2708, in <module>
working_set.require(__requires__)
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: docutils>=0.7
(Yet another python2 -> python3 migration headache)
The two packages could coexit were it not for the common files in /usr/bin.