[Tutor] IDLE Caching

Alan Gauld alan.gauld at freenet.co.uk
Mon Jul 24 09:47:46 CEST 2006


> 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. 




More information about the Tutor mailing list