[PYTHON DOC-SIG] gendoc 0.5 broken?
Rolf Ragnarsson
rolf@max.msc.cornell.edu
Tue, 30 Jul 96 12:14:56 -0400
Hi all!
I'm a newcomer to Python trying to get a feel for what's available. Recently
I came across gendoc and I thought it would fit my programming style well (use
a perl tool right now to pull HTML docs out of my C code). Anyway, I
installed version 0.5, but whenever I try to run gendoc it complains about a
missing module HTMLgen:
> gendoc -f ascii -i *.py
> Traceback (innermost last):
> File "//7/usr/local/bin/gendoc", line 125, in ?
> import formatters
> File "/usr/local/lib/python/ni.py", line 259, in import_module
> m = self.get0(mname)
>
> ... lines deleted ...
>
> File "./formatters/HTMLgenFormatter.py", line 45, in ?
> import HTMLgen, regex, string
> File "/usr/local/lib/python/ni.py", line 262, in import_module
> raise ImportError, "No such module %s" % name
> ImportError: No such module HTMLgen
>
As far as I can tell (correct me if I'm wrong) I'm missing something called
"Robin Friedrich's HTMLgen module". Where can I lay my hand on this code?
Thanks in advance for any pointers!
Rolf
---
) Rolf Ragnarsson, http://milou.msc.cornell.edu/~rolf/
( ( ( B13 Clark Hall, Net: rolf@max.msc.cornell.edu
) ) ) Dept. of Physics/LASSP, Voice: (607) 255-0956
------ Cornell U., Ithaca, NY 14853-2501 Fax: (607) 255-6428
| |_
| | ) Sleep is just a caffeine substitute...
|______|/________________________________________
=================
DOC-SIG - SIG for the Python Documentation Project
send messages to: doc-sig@python.org
administrivia to: doc-sig-request@python.org
=================