====== TkInter - Librería gráfica ====== ===== Mensajes ===== import Tkinter, tkMessageBox #Hack to avoid showing main window in alert boxes hidden_window = Tkinter.Tk() hidden_window.withdraw() tkMessageBox.showerror("Titulo", "Mensaje", master=hidden_window)