Python 2.7 / Tkinter multiple frames and menu
问题 I want to make a admin tool with a menu to the left and changing frames to the right. I read that one tutorial about changing frames and tried to start from there. The issue is that the rightframe should always be 1200x750.. And that does not work. I know python but still got some learning to do on object oriented python... Does anybody see what i am missing here? import Tkinter as tk import tkFont as tkfont class SampleApp(tk.Tk): def __init__(self, *args, **kwargs): tk.Tk.__init__(self,