When i try to add the menubar into my window built with CustomTkinter (which I built using grid), Ikeep grtting the error: _tkinter.TclError:cannot use geometry manager pack inside . which already has slaves managed by grid.
Is there a way to implement this using the grid ?