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.
...Bob
A tools/pygments/unistring.py
A tools/pygments/filter.py
Checked out revision 68606.
mkdir -p build/html build/doctrees
python2.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 html
Exception occurred:
File "/home/rbtyod/Desktop/Python-3.0/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-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 [email protected]. Thanks!
make: *** [build] Error 1
rbt...@siduxbox1:~/Desktop/Python-3.0/Doc$
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---