Robert Yodlowski <rbtyod <at> gmail.com> writes: > > I got the following error message when I tried to build the documentation for Python 3.0 using Python 2.5.2 to run the build.I am running on a Debian/Sidux system with all current updates from Sidux. > I hope this is useful to you....BobA tools/pygments/unistring.pyA tools/pygments/filter.pyChecked out revision 68606.mkdir -p build/html build/doctreespython2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html > /home/rbtyod/Desktop/Python-3.0/Doc/tools/sphinxext/pyspecific.py:48: DeprecationWarning: The sphinx.builder module is deprecated; please import builders from the respective sphinx.builders submodules. from sphinx.builder import Builder > Sphinx v0.6 (hg), building htmlException occurred: File "/home/rbtyod/Desktop/Python-3.0/Doc/tools/sphinx/jinja2glue.py", line 15, in <module> import jinja2ImportError: No module named jinja2 > The full traceback has been saved in /tmp/sphinx-err-KO--eB.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 1rbtyod <at> siduxbox1:~/Desktop/Python-3.0/Doc$
This should work out of the box. Unfortunately, the support code (Jinja2) has not yet been merged from the trunk into Py3k. I hope to do that in the coming days. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
