Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Memory Leak with Tkinter Canvas (Python 2.5 Win32)
- From: mail at microcorp.co.za (Hendrik van Rooyen)
- Subject: Memory Leak with Tkinter Canvas (Python 2.5 Win32)
- Date: Fri, 3 Aug 2007 08:26:30 +0200
"frikk" <fr...l.com> wrote: > 1. ....... Am I somehow leaving > objects laying around that aren't being deleted? Is create_rectangle > not the appropriate function to use?) Try calling the canvas's delete method with the old rectangle before making a new one. - Hendrik
- References:
- Prev by Date: Help: GIS
- Next by Date: Tkinter or wxpython?
- Previous by thread: Memory Leak with Tkinter Canvas (Python 2.5 Win32)
- Next by thread: Memory Leak with Tkinter Canvas (Python 2.5 Win32)
- Index(es):