Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows make.bat fails on 2.7 #61614

Closed
terryjreedy opened this issue Mar 13, 2013 · 3 comments
Closed

Windows make.bat fails on 2.7 #61614

terryjreedy opened this issue Mar 13, 2013 · 3 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@terryjreedy
Copy link
Member

BPO 17412
Nosy @birkenfeld, @terryjreedy, @ezio-melotti, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2013-03-14.23:33:23.527>
created_at = <Date 2013-03-13.22:10:18.062>
labels = ['type-bug']
title = 'Windows make.bat fails on 2.7'
updated_at = <Date 2013-03-14.23:33:23.526>
user = 'https://github.com/terryjreedy'

bugs.python.org fields:

activity = <Date 2013-03-14.23:33:23.526>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2013-03-14.23:33:23.527>
closer = 'terry.reedy'
components = []
creation = <Date 2013-03-13.22:10:18.062>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 17412
keywords = []
message_count = 3.0
messages = ['184115', '184197', '184207']
nosy_count = 5.0
nosy_names = ['georg.brandl', 'terry.reedy', 'ezio.melotti', 'eric.araujo', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue17412'
versions = ['Python 2.7']

@terryjreedy
Copy link
Member Author

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 download to 1.0.7, the same as all the 3.x make.bats, deleted tools/sphinx (otherwise, svn refuses to redownload), and redid 'make checkout' and 'make html', I got 'build succeeded'. I loaded index.html and the doc files seemed normal (except be being more sprightly due to files being local ;-). I loaded the library manual, followed links, and tested the two indexes.

Was not updating 2.7 make.bat an oversight and is this simple fix the right one? or do 2.7 docs need the old version, albeit with the missing nodes module added?

@terryjreedy terryjreedy added the type-bug An unexpected behavior, bug, or error label Mar 13, 2013
@ezio-melotti
Copy link
Member

On Linux "make html" seems to use v1.0.7 too, so updating make.bat should be OK.
See also bpo-16471.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Mar 14, 2013

New changeset 7338e7ec47f0 by Terry Jan Reedy in branch '2.7':
Issue bpo-17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
http://hg.python.org/cpython/rev/7338e7ec47f0

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants