[issue17412] Windows make.bat fails on 2.7

2013-03-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue17412] Windows make.bat fails on 2.7

2013-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7338e7ec47f0 by Terry Jan Reedy in branch '2.7': Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. http://hg.python.org/cpython/rev/7338e7ec47f0 -- nosy: +python-dev ___ Python tracker

[issue17412] Windows make.bat fails on 2.7

2013-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: On Linux "make html" seems to use v1.0.7 too, so updating make.bat should be OK. See also #16471. -- ___ Python tracker ___ __

[issue17412] Windows make.bat fails on 2.7

2013-03-13 Thread Terry J. Reedy
New submission from Terry J. Reedy: >From Command Prompt ''' F:\Python\dev\py27\Doc>make html Running Sphinx v0.6.7 Extension error: Could not import extension pyspecific (exception: No module named nodes) ''' Note the old version of Sphinx installed by make checkout. I updated make.bat sphinx