Menu

#3 GUI cannot recognize module changes

v1.0
closed-fixed
5
2002-10-23
2002-10-13
No

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.

Discussion

  • Edward Loper

    Edward Loper - 2002-10-22
    • milestone: --> v1.0
    • assigned_to: nobody --> edloper
     
  • Edward Loper

    Edward Loper - 2002-10-22
    • labels: --> graphical interface
     
  • Edward Loper

    Edward Loper - 2002-10-23
    • status: open --> closed-fixed
     
  • Edward Loper

    Edward Loper - 2002-10-23

    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).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.