Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

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