working on multiple files in IDLE

From: Moosebumps (crap_at_crud.com)
Date: 01/16/04


Date: Fri, 16 Jan 2004 03:52:40 GMT

So say I am working on two separate .py files in IDLE that are part of the
same program. Does anyone have problems where when you modify one file, and
then run the other, the changes you made in the first aren't updated?

I usually just close all the files, and restart IDLE, but this is a pain.
Maybe because I always use right click -> edit with IDLE (on Windows). That
starts up a separate Python Shell too, which I always close.

MB



Relevant Pages

  • running IDLE from another program?
    ... If I want to write my code in a separate text editor but then press a single button to have that code run in the IDLE environment, ... I guess I could write a script or macro that opens IDLE with a new code window ready, copies and pastes my code from UE into this window, then runs that code, but that seems messy, if that would even work. ...
    (comp.lang.python)
  • Re: Why my modification of source file doesnt take effect whendebugging?
    ... > Idle was dropped. ... if I modify my script and import it into a clean shell, ... existing python shell process. ...
    (comp.lang.python)