How do I get a Tkinter label text to update without waiting for the Tkinter menu command function to finish?
Try this just after setting the status bar text:
tk.update_idletasks()
Try this just after setting the status bar text:
tk.update_idletasks()