Simple Class Question - need clarity please

Alan Gauld alan.gauld at btinternet.com
Sat Apr 10 15:33:18 EDT 2004


On Sat, 10 Apr 2004 11:33:37 +0100, "Stevie_mac"
<no.email at please.com> wrote:

> very odd. Works for my now too. Is there some sort of cache that 
> holds onto old (bad) code?
> 

How were you running it? From an OS command prompt or from the
IDLE shell (or any other python) prompt? If the latter maybe you
needed to do a

>>> reload(mywindow)

But if from the OS prompt it should be fine.

Alan g.

Author of the Learn to Program website
http://www.freenetpages.co.uk/hp/alan.gauld



More information about the Python-list mailing list