[docs] tkinter messagebox

Sandro Tosi sandro.tosi at gmail.com
Wed Feb 23 20:30:46 CET 2011


Hi Theo,
Please let me clarify this mailing list is about the documentation of
python, and discussions about it.

On Mon, Jan 31, 2011 at 11:21, Theo Mars <Th.A.M.Mars at skf-rif.nl> wrote:
> calling the tkinter  messagebox in a shellwindow works fine but when I run
> the application as a .pyw application
>
> the application crashes. Does anyone has a suggestion what is going wrong
> here?
>
>
>
> The code to test is (file test.pyw):
>
>
>
> from tkinter import *
>
> from tkinter import ttk
>
>
>
> root = Tk()
>
> messagebox.showwarning(title='title', message='message')
>
> root.mainloop()

In your message I can't find anything that's actually about
documentation, so I suggest you to contact a user support forum like
http://mail.python.org/mailman/listinfo/python-list .

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


More information about the docs mailing list