jcrmatos <jcrma...@gmail.com> added the comment:

Hello,

Here it is.


from tkinter import Tk
from tkinter.messagebox import askokcancel, showerror


master=Tk()
showerror('Error', 'Error message', parent=master)
a = askokcancel('Error', 'Error message', parent=master)
master.mainloop()


Best regards,

JM

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31422>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to