jcrmatos <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue31422>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com