Menu

#70 Dia in version 2.1 traceback

open
docset (11)
5
2003-07-03
2003-07-03
Anonymous
No

~/src/odm$ happydoc -T Dia ast.py depast.py cccast.py
HappyDoc version 2.1
Docstring converters from
/home/dreed/install/lib/python2.3/site-packages/happyd
oclib/docstring
Docsets list from
/home/dreed/install/lib/python2.3/site-packages/happydoclib/do
cset
Formatters from
/home/dreed/install/lib/python2.3/site-packages/happydoclib/form
atter
Initializing documentation set HappyDoc Generated
Documentation...
Getting info for ast.py
Getting info for depast.py
Getting info for cccast.py
Beginning to write...

Writing package documentation...

Writing all classes ...
Traceback (most recent call last):
File "/home/dreed/install/bin/happydoc", line 62, in ?
HappyDoc().run()
File
"/home/dreed/install/lib/python2.3/site-packages/happydoclib/CommandLineA
pp.py", line 315, in run
exit_code = apply(self.main, tuple(self.remainingOpts))
File
"/home/dreed/install/lib/python2.3/site-packages/happydoclib/appclass.py"
, line 433, in main
parsed_modules.write()
File
"/home/dreed/install/lib/python2.3/site-packages/happydoclib/docset/docse
t_Dia.py", line 161, in write
self._writeModules()
File
"/home/dreed/install/lib/python2.3/site-packages/happydoclib/docset/docse
t_Dia.py", line 227, in _writeModules
self._formatter.BeginObjectSection(self._output)
AttributeError: HTMLTableFormatter instance has no
attribute 'BeginObjectSection
'

(I added some tracing to docset_Dia.py and took it out
again for this bug report, so I'm fairly sure the line
numbers are the same but there may be some whitespace
differences).

Python 2.3a2 on Debian 3.0

Discussion


Log in to post a comment.