[Python-3000-checkins] Python Regression Test Failures doc (1)

Georg Brandl g.brandl at gmx.net
Fri Sep 12 12:19:35 CEST 2008


Neal Norwitz schrieb:
> On Thu, Sep 11, 2008 at 7:18 PM, Benjamin Peterson
> <musiccomposition at gmail.com> wrote:
>> On Thu, Sep 11, 2008 at 7:43 PM, Neal Norwitz <nnorwitz at gmail.com> wrote:
>>> svn update tools/sphinx
>>> U    tools/sphinx/quickstart.py
>>> U    tools/sphinx/environment.py
>>> U    tools/sphinx/highlighting.py
>>> U    tools/sphinx/templates/defindex.html
>>> U    tools/sphinx/locale/sphinx.pot
>>> U    tools/sphinx/ext/__init__.py
>>> U    tools/sphinx/latexwriter.py
>>> U    tools/sphinx/util/_json.py
>>> U    tools/sphinx/util/json.py
>>> Updated to revision 66400.
>>> svn update tools/docutils
>>> At revision 66400.
>>> svn update tools/jinja
>>> At revision 66400.
>>> svn update tools/pygments
>>> At revision 66400.
>>> 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 383 source files that are out of date
>>> updating environment: 0 added, 0 changed, 0 removed
>>> preparing documents... done
>>> writing output... about bugs c-api/abstract c-api/allocation c-api/arg c-api/bool c-api/buffer c-api/bytearray c-api/bytes c-api/cell c-api/cobject c-api/complex c-api/concrete c-api/conversion c-api/datetime c-api/descriptor c-api/dict c-api/exceptions c-api/file c-api/float c-api/function c-api/gcsupport c-api/gen c-api/import c-api/index c-api/init c-api/intro c-api/iter c-api/iterator c-api/list c-api/long c-api/mapping c-api/marshal c-api/memory c-api/method c-api/module c-api/none c-api/number c-api/objbuffer c-api/object c-api/objimpl c-api/refcounting c-api/reflection c-api/sequence c-api/set c-api/slice c-api/structures c-api/sys c-api/tuple c-api/type c-api/typeobj c-api/unicode c-api/utilities c-api/veryhigh c-api/weakref contents copyright 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
>>> The full traceback has been saved in /tmp/sphinx-err-BfXLhM.log, if you want to report the issue to the author.
>>> Please also report this if it was a user error, so that a better error message can be provided next time.
>>> Send reports to sphinx-dev at googlegroups.com. Thanks!
>>> make: *** [build] Error 1
>>
>> You need to run make clean.
> 
> After a make clean, the same problem persists.  Full traceback is below.

Then some other version of Pygments is installed that sneaks into sys.path
before the tools/pygments one.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-3000-checkins mailing list