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

Neal Norwitz nnorwitz at gmail.com
Mon Jan 5 02:40:18 CET 2009


svn update tools/sphinx
A    tools/sphinx/jinja2glue.py
U    tools/sphinx/_jinja.py
U    tools/sphinx/quickstart.py
A    tools/sphinx/pycode
A    tools/sphinx/pycode/nodes.py
A    tools/sphinx/pycode/Grammar.txt
A    tools/sphinx/pycode/__init__.py
A    tools/sphinx/pycode/pgen2
A    tools/sphinx/pycode/pgen2/tokenize.py
A    tools/sphinx/pycode/pgen2/pgen.py
A    tools/sphinx/pycode/pgen2/parse.py
A    tools/sphinx/pycode/pgen2/driver.py
A    tools/sphinx/pycode/pgen2/__init__.py
A    tools/sphinx/pycode/pgen2/literals.py
A    tools/sphinx/pycode/pgen2/token.py
A    tools/sphinx/pycode/pgen2/parse.pyx
A    tools/sphinx/pycode/pgen2/parse.c
A    tools/sphinx/pycode/pgen2/grammar.py
U    tools/sphinx/setup_command.py
U    tools/sphinx/__init__.py
U    tools/sphinx/static/searchtools.js
U    tools/sphinx/application.py
U    tools/sphinx/environment.py
U    tools/sphinx/highlighting.py
U    tools/sphinx/config.py
U    tools/sphinx/search.py
U    tools/sphinx/templates/page.html
U    tools/sphinx/templates/layout.html
U    tools/sphinx/templates/changes/versionchanges.html
U    tools/sphinx/templates/modindex.html
U    tools/sphinx/locale/cs/LC_MESSAGES/sphinx.mo
U    tools/sphinx/locale/cs/LC_MESSAGES/sphinx.js
U    tools/sphinx/locale/cs/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/__init__.py
U    tools/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/es/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/fr/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/de/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/nl/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/ja/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/sphinx.pot
U    tools/sphinx/locale/pl/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po
A    tools/sphinx/locale/it
A    tools/sphinx/locale/it/LC_MESSAGES
A    tools/sphinx/locale/it/LC_MESSAGES/sphinx.mo
A    tools/sphinx/locale/it/LC_MESSAGES/sphinx.js
A    tools/sphinx/locale/it/LC_MESSAGES/sphinx.po
U    tools/sphinx/locale/sl/LC_MESSAGES/sphinx.po
A    tools/sphinx/writers
A    tools/sphinx/writers/latex.py
A    tools/sphinx/writers/__init__.py
A    tools/sphinx/writers/html.py
A    tools/sphinx/writers/text.py
U    tools/sphinx/ext/coverage.py
U    tools/sphinx/ext/intersphinx.py
U    tools/sphinx/ext/autodoc.py
U    tools/sphinx/ext/pngmath.py
U    tools/sphinx/ext/__init__.py
U    tools/sphinx/ext/refcounting.py
U    tools/sphinx/ext/ifconfig.py
U    tools/sphinx/ext/mathbase.py
U    tools/sphinx/ext/doctest.py
U    tools/sphinx/ext/todo.py
U    tools/sphinx/ext/jsmath.py
U    tools/sphinx/directives/code.py
U    tools/sphinx/directives/desc.py
U    tools/sphinx/directives/__init__.py
U    tools/sphinx/directives/other.py
U    tools/sphinx/cmdline.py
U    tools/sphinx/texinputs/sphinx.sty
U    tools/sphinx/addnodes.py
A    tools/sphinx/builders
A    tools/sphinx/builders/changes.py
A    tools/sphinx/builders/linkcheck.py
A    tools/sphinx/builders/htmlhelp.py
A    tools/sphinx/builders/latex.py
A    tools/sphinx/builders/qthelp.py
A    tools/sphinx/builders/__init__.py
A    tools/sphinx/builders/html.py
A    tools/sphinx/builders/text.py
U    tools/sphinx/roles.py
U    tools/sphinx/builder.py
U    tools/sphinx/util/stemmer.py
U    tools/sphinx/util/__init__.py
A    tools/sphinx/util/docstrings.py
U    tools/sphinx/util/texescape.py
U    tools/sphinx/util/console.py
U    tools/sphinx/util/jsdump.py
U    tools/sphinx/util/compat.py
A    tools/sphinx/util/png.py
Updated to revision 68335.
svn update tools/docutils
At revision 68335.
svn update tools/jinja
At revision 68335.
svn update tools/pygments
At revision 68335.
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.6 (hg), building html
Exception occurred:
  File "/home/neal/python/py3k/Doc/tools/sphinx/jinja2glue.py", line 15, in <module>
    import jinja2
ImportError: No module named jinja2
The full traceback has been saved in /tmp/sphinx-err-Zjn6hk.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


More information about the Python-checkins mailing list