> I have a problem with IDLE on Windows. > While I'm executing a python script in IDLE subsequence > editing and executions on the file sometimes doesn't reflect the > changes.
This is a common issue, you are presumably importing your program rather than using IDLE's save/run feature? If so you will need to reload the module after changes using the reload() function. HTH, Alan G. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor