[issue3644] ``make htmlview`` for docs fails on OS X

Brett Cannon report at bugs.python.org
Fri Aug 22 05:36:57 CEST 2008


New submission from Brett Cannon <brett at python.org>:

Running ``make htmlview`` on OS X Leopard causes the following::

> make htmlview                                        
~/Dev/python/3.x/scratch/Doc
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D
latex_paper_size=  . build/html 
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
no targets are out of date.

Build finished. The HTML pages are in build/html.
python2.5 -c "import webbrowser; webbrowser.open('build/html/index.html')"
0:42: execution error: An error of type -2110 has occurred. (-2110)

----------
assignee: georg.brandl
components: Documentation
messages: 71720
nosy: brett.cannon, georg.brandl
priority: low
severity: normal
status: open
title: ``make htmlview`` for docs fails on OS X
type: behavior
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3644>
_______________________________________


More information about the Python-bugs-list mailing list