[Python-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
neal at metaslash.com
Sat Jun 3 15:52:30 CEST 2006
TEXINPUTS=/home/neal/python/r24/Doc/commontex: python /home/neal/python/r24/Doc/tools/mkhowto --html --about html/stdabout.dat --iconserver ../icons --favicon ../icons/pyfav.png --address "See <i><a href=\"about.html\">About this document...</a></i> for information on suggesting changes." --up-link ../index.html --up-title "Python Documentation Index" --global-module-index "../modindex.html" --dvips-safe --dir html/lib lib/lib.tex
*** Session transcript and error messages are in /home/neal/python/r24/Doc/html/lib/lib.how.
+++ TEXINPUTS=/home/neal/python/r24/Doc/lib:/home/neal/python/r24/Doc/commontex:/home/neal/python/r24/Doc/paper-letter:/home/neal/python/r24/Doc/texinputs:
+++ latex lib
+++ latex2html -init_file lib.l2h -dir /home/neal/python/r24/Doc/html/lib /home/neal/python/r24/Doc/lib/lib.tex
Traceback (most recent call last):
File "/home/neal/python/r24/Doc/tools/mkhowto", line 659, in ?
main()
File "/home/neal/python/r24/Doc/tools/mkhowto", line 615, in main
Job(options, path).build()
File "/home/neal/python/r24/Doc/tools/mkhowto", line 284, in build
self.build_html(self.builddir)
File "/home/neal/python/r24/Doc/tools/mkhowto", line 408, in build_html
self.run(" ".join(args)) # XXX need quoting!
File "/home/neal/python/r24/Doc/tools/mkhowto", line 517, in run
self.warning(
File "/home/neal/python/r24/Doc/tools/mkhowto", line 543, in warning
self.log(msg)
File "/home/neal/python/r24/Doc/tools/mkhowto", line 546, in log
fp = open(self.log_filename, "a")
IOError: [Errno 2] No such file or directory: '/home/neal/python/r24/Doc/html/lib/lib.how'
make: *** [html/lib/lib.html] Error 1
More information about the Python-checkins
mailing list