[issue19248] sphinx is not py3k compatible

2013-10-13 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: > Is the assumption that python2 is still supposed to be the default python > everywhere? > Is python 3 not able to build itself yet? You can manually install Sphinx >=1.1 (preferably >=1.2.*) (and its dependencies) using Python 3, and dir

[issue19248] sphinx is not py3k compatible

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e65ee2a0073 by Georg Brandl in branch '3.3': Closes #19248: actually check for Python 3.x in tools/sphinx-build.py. http://hg.python.org/cpython/rev/6e65ee2a0073 -- nosy: +python-dev resolution: -> fixed status: open -> closed ___

[issue19248] sphinx is not py3k compatible

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Looks ok for now. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue19248] sphinx is not py3k compatible

2013-10-13 Thread Nick Guenther
Nick Guenther added the comment: I see that in Doc/tools/sphinx-build.py there is this check: if sys.version_info[:3] < (2, 4, 0): sys.stderr.write("""\ Error: Sphinx needs to be executed with Python 2.4 or newer (not 3.0 though). (If you run this from the Makefile, you can set the P

[issue19248] sphinx is not py3k compatible

2013-10-13 Thread Ezio Melotti
Ezio Melotti added the comment: This is a duplicate of #10224. -- nosy: +ezio.melotti resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Build 3.x documentation using python3.x type: -> enhancement ___ Pyth

[issue19248] sphinx is not py3k compatible

2013-10-13 Thread Nick Guenther
New submission from Nick Guenther: I'm running Arch. I just checked out python's hg and tried to build the docs, and found that I couldn't: $ cd cpython/doc $ make update [lots of output stripped] $ make pydoc-topics mkdir -p build/pydoc-topics build/doctrees python tools/sphinx-build.py -b pyd