python pack() and grid() methods together
问题 Im new to python so please forgive my Noob-ness. Im trying to create a status bar at the bottom of my app window, but it seems every time I use the pack() and grid() methods together in the same file, the main app window doesn\'t open. When I comment out the line that says statusbar.pack(side = BOTTOM, fill = X) my app window opens up fine but if I leave it in it doesn\'t, and also if I comment out any lines that use the grid method the window opens with the status bar. It seems like I can