tkinter frame does not show on startup
- by Jzz
this is my first question on SO, so correct me please if I make a fool of myself.
I have this fairly complicated python / Tkinter application (python 2.7). On startup, the __init__ loads several frames, and loads a database. When that is finished, I want to set the application to a default state (there are 2 program states, 'calculate' and…