<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Feb 19, 2009, at 23:06 , W. eWatson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I'm using IDLE for editing, but execute programs directly.</div></blockquote><div><br></div><div>Is there a reason you are executing them directly?  Why not just run the script from IDLE with Run/Run Module (F5) until you are sure there are no errors?  You can follow the advice already posted, by running it directly from the commandline.  Another hack is to put:</div><div><br></div><div>x=raw_input("pausing...") </div><div><br></div><div>at the end of your script, but this is really a hack and it would be better to use a different solution.</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                    </span>bb<br></div><div><br></div></div><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Monaco; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>-- </div><div>Brian Blais</div><div><a href="mailto:bblais@bryant.edu">bblais@bryant.edu</a></div><div><a href="http://web.bryant.edu/~bblais">http://web.bryant.edu/~bblais</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span> </div><br></body></html>