Re: [Tutor] Tkinter problem (.create_image)

2005-10-26 Thread Kent Johnson
Rob Dowell wrote: > I am having a problem with Tkinter. The goal is a program that will copy > images from one folder to another then delete them from the source dir > after it is verified that they made it to the target dir. I have the > base functionality figured out (comments on that are welc

[Tutor] Tkinter problem (.create_image)

2005-10-26 Thread Rob Dowell
I am having a problem with Tkinter. The goal is a program that will copy images from one folder to another then delete them from the source dir after it is verified that they made it to the target dir. I have the base functionality figured out (comments on that are welcome of course). Now I wan