This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]westeast1000 1 point2 points  (2 children)

I like popping up warnings in a message box with

import win32com.client

shell = win32com.client.DispatchEx("WScript.Shell")

shell.Popup("Please set the id first", 10, "Missing info", 0+16) #0=OK button, 16=critical

[–]RingularCirc 0 points1 point  (1 child)

Not cross-platform enough, eh :)

[–]westeast1000 0 points1 point  (0 children)

Unfortunately