#!/usr/bin/env python # Display window with toDisplayText and timeOut of the window. from Tkinter import * def showNotification(notificationTimeout, textToDisplay)
According to this message you should be able to add the following after root.overridedirect(1). A quick test here suggests it should work for you.
root.overridedirect(1)
root.wm_attributes("-topmost", 1)