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

2008-12-29 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

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

2008-08-22 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Fri, Aug 22, 2008 at 6:12 AM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > Benjamin Peterson <[EMAIL PROTECTED]> added the comment: > > This is probably actually a problem with the webbrowser module. Try > running "import webbrowser; webb

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

2008-08-22 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This is probably actually a problem with the webbrowser module. Try running "import webbrowser; webbrowser.open('build/html/index.html')" on the plain Python shell. -- components: +Library (Lib) -Documentation nosy: +benjamin.peter

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

2008-08-21 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: 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