1. I create a window, define my little function in it, save it as "foo.py", then: I>>> import foo fine.
I now find a bug, or want to add more functions to foo.py. I edit, save, and: I>>> import foo nothing changes! New functions not recognized. I>>> del foo I>>> import foo Still nothing changes! So how does the debug loop work? How can I reload a module short of relaunching the environment?? 2. I really wish for the "doskey" feature that lets you easily retrieve and edit a line previously typed to the interactive interpreter. Does it exist here? (Do you think it would be easy to add?) Thanks, Ken Brooks Sparkling Light Software _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig