Rick wrote: > Is there a way to send an EOF from the keyboard to the Wing IDE Python > Shell (ctrl-d with python interpreter & IDLE)? There's not true EOF in the python shell. You can restart it via the shell's Option menu. Cheers, John