What’s the easiest way to generate an error window for a Python script in Windows?
Windows-specific answers are fine; please don’t reply how to generate a custom Tk window.
What’s the easiest way to generate an error window for a Python script in
Share
@Constantin is almost correct, but his example will produce garbage text. Make sure that the text is unicode. I.e.,
…and it’ll work fine.