Thanks a lot for your quick response. I actually just
found the answer by myself before reading your reply.
Just printed out the code and read it. The mistake was
pretty obvious then. Yes, Ill try your suggestion. I
was just trying to experiment a bit with inheritance
to understand how it works bet
Can anyone help with this code... I have infinite
recursion but since I'm pretty new to Python (and
programming in general) I can't find where I did the
mistake.
Thanks a lot in advance.
Adam
*
import Tkinter
class RootFrame(Tkinter.Frame):
def
__i