On Feb 19, 2009, at 23:06 , W. eWatson wrote:

I'm using IDLE for editing, but execute programs directly.

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:

x=raw_input("pausing...")

at the end of your script, but this is really a hack and it would be better to use a different solution.


                        bb

--
Brian Blais
bbl...@bryant.edu
http://web.bryant.edu/~bblais



--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to