I would like to place the button boutonexcel at the bottom of the window, in the middle (below both frames). I tried many combination of side=… and anchor=… without success. How could I place it as I wish? Answer In this specific case, if you call pack on the button before any other widgets, and you set the side to
Tag: pack
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)