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

Kayan Turazzi Almeida kayan.almeida at lig022.del.ufrj.br
Fri Apr 3 18:51:29 CEST 2009


rm -rf dist
mkdir -p dist
# archive the HTML
make html
make[1]: Entering directory `/net/users/kayan.almeida/Desktop/Python-2.6.1/Doc'
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html 
Exception occurred:
  File "/net/users/kayan.almeida/Desktop/Python-2.6.1/Doc/conf.py", line 33, in ?
    import patchlevel
ImportError: No module named patchlevel
The full traceback has been saved in /tmp/sphinx-err-ZarMIe.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[1]: *** [build] Error 1
make[1]: Leaving directory `/net/users/kayan.almeida/Desktop/Python-2.6.1/Doc'
make: *** [dist] Error 2


More information about the Python-checkins mailing list