running IDLE from another program?

markscala at gmail.com markscala at gmail.com
Fri Mar 31 16:59:26 EST 2006


what i do is open idle, import the codefile i've begun to write, and
then write a function:
def r():
    reload(codefile)

then when I want to run it after changes, I just call the function
manually in idle.




More information about the Python-list mailing list