Re: running IDLE from another program?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: running IDLE from another program?

From: <markscala@gmail.com>
Date: Fri Mar 31 2006 - 23:59:26 CEST

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.
Received on Sun Apr 30 21:49:19 2006