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

Neal Norwitz nnorwitz at gmail.com
Mon Dec 1 07:20:14 CET 2008


rm -rf dist
mkdir -p dist
# archive the HTML
make html
make[1]: Entering directory `/home/neal/python/r26/Doc'
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html 
Extension error:
Could not import extension pyspecific (exception: No module named writers.text)
make[1]: *** [build] Error 1
make[1]: Leaving directory `/home/neal/python/r26/Doc'
make: *** [dist] Error 2


More information about the Python-checkins mailing list