[Python-3000-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
nnorwitz at gmail.com
Mon Sep 15 22:55:20 CEST 2008
On Sun, Sep 14, 2008 at 6:29 PM, Benjamin Peterson
<musiccomposition at gmail.com> wrote:
> On Sun, Sep 14, 2008 at 7:40 PM, Neal Norwitz <nnorwitz at gmail.com> wrote:
>> svn update tools/sphinx
>> At revision 66462.
>> svn update tools/docutils
>> At revision 66462.
>> svn update tools/jinja
>> At revision 66462.
>> svn update tools/pygments
>> At revision 66462.
>> 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 326 source files that are out of date
>> updating environment: 0 added, 0 changed, 0 removed
>> preparing documents... done
>> writing output... contents distutils/apiref Exception occurred:
>> File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
>> raise ClassNotFound('no lexer for alias %r found' % _alias)
>> ClassNotFound: no lexer for alias 'python3' found
>
> Run "rm -r tools/pygments"
It looks like that did the trick. I haven't seen any more errors
since removing.
n
More information about the Python-3000-checkins
mailing list