GUI cannot recognize module changes
Brought to you by:
edloper
Using the Tk epydoc application for doc generation.
1. "Add" some Python module
2. Press "Start" for HTML generation.
3. Change a docstring within the added module
4. Press "Start" again for re-generation.
Consequence: the documentation will be updated (
progress is shown, date is changed ) but with the
original module, not the the changed one.
A reload not just an import has to be done on the
module. The should be work.
Those problems won't occur on the command line
because the interpreter terminates after each run. After
finishing the GUI app the changed module will also be
recognized.
Logged In: YES
user_id=195958
This is fixed in the development (cvs) version, and will
be fixed in version 1.1 (to be released later this week).