I want to show an info window in my python script running on ubuntu. I\'m using the following code:
import tkMessageBox tkMessageBox.showinfo(\"Say Hello\",
Import messagebox individually. For example:
from tkinter import * import tkinter.messagebox
or
from tkinter import messagebox