Memory Leek, critique me. Thanks!!!

2008-08-29 Thread Kevin McKinley
cnb, That is on of the things i want to fix with this code. I meant to mention in my original post that i've only been programming with Python for a little over two weeks. The only other experience with programming i've had is with Basic on my TI-83 calculator in high school. This isn't my ex

Re: Memory Leek, critique me. Thanks!!!

2008-08-29 Thread Peter Otten
Kevin McKinley wrote: > # I posted a few days ago about a memory leak that I think i'm having > # with my first Tkinter program. I've had trouble pinpointing what is > # wrong so i thought i would submit the code and see if anyone would like > # to critique it. Don't create new widgets every

Re: Memory Leek, critique me. Thanks!!!

2008-08-29 Thread cnb
you could prob abstract away a lot of that code, very similar-looking. then it would be easier to find bugs. -- http://mail.python.org/mailman/listinfo/python-list

Memory Leek, critique me. Thanks!!!

2008-08-29 Thread Kevin McKinley
# I posted a few days ago about a memory leak that I think i'm having with my first Tkinter program. # I've had trouble pinpointing what is wrong so i thought i would submit the code and see if anyone would # like to critique it. # I have one more problem that i can't figure out either.