Re: [Tkinter-discuss] canvas.create_image

2005-06-30 Thread Jeff Epler
On Wed, Jun 29, 2005 at 09:50:44PM -0700, Todd Lericos wrote: > I tried many of the suggested fixes. For example, heading off > garbage collection of the image...etc. No dice. I'm pretty sure you didn't "head off garbage collection of the image". Here's why: You immediately discard the MakeGui i

[Tkinter-discuss] canvas.create_image

2005-06-29 Thread Todd Lericos
Hello all, I'm new to the list and to Python. It has been tough going, but alot of fun. Here is my problem. I am trying to display an image on canvas. I was searching to the list for similar problems. It does seem to be a common problem. I tried many of the suggested fixes. For example, headi