Hi,
Since I'm not quite happy with the tk GUI, I've written
my own Epydoc GUI using wxpython.
Major features I needed were:
- first to use the config file format instead of
the pickled one (that I can't modified by hand)
- then I need to produce docs on rather large
projects, so I get bored with the
select-only-one-file-at-a-time feature
I use a special kind of tree ctrl named CustomTreeCtrl
by Andrea Gavana that allows you to check the python
files you want to include in a file tree.
The source I've attached works quite well on win32 (and
will work with few changes on other platforms), but
includes only the very necessary features (file
selection, output directory choice and progress log).
I hope it can be useful...
Olivier
zipped source