in reply to How to display Tk window without waiting for user input

If you just need to spawn another process for the dialog box and you have KDE installed, try fork/exec and running the kdialog tool. At a quick test here, kdialog --msgbox "status changed" --title "status changed" seems to do what you want.

  • Comment on Re: How to display Tk window without waiting for user input