From: David G. <go...@py...> - 2003-01-10 02:30:05
|
Bruce Smith wrote: > ... during "cd tools; ./buildhtml.py ../" I get some include > errors -- output is below. ... > Here are the relevant parts of my shell session, showing the include > errors (about include4.txt, include5.txt, and include6.txt), and a > few things I did to look into them. I didn't try to debug this, but > I'll be glad to supply more info, or to try to debug it if someone > more central to the project can't reproduce it. Just pointing out the bug is useful, and your bug report was very complete. I had no problem reproducing the bug and it wasn't difficult to locate or fix it. It was an off-by-one error on a path manipulation; fixed now. > the check for the version of docutils I'm running doesn't work: > > [!120] docutils/tools % ./quicktest.py --version > Traceback (most recent call last): ... > AttributeError: 'module' object has no attribute '__version' Typo in the code, fixed now. > BTW, Thanks loads for docutils! You're welcome, and thanks for the bug report! -- David Goodger <go...@py...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |