Simple Dialogs

neil.fraser at gmail.com neil.fraser at gmail.com
Fri Sep 23 14:33:39 EDT 2005


I'm looking for a lightweight dialog boxes from Python.
JavaScript uses: alert(), confirm() and prompt()
VB uses: MsgBox() and InputBox()
EasyGui seemed perfect, but a "Hello World" application takes nearly a
minute to execute after the program has been compiled by py2exe.

There appear to be dozens of windowing toolkits avilable for Python,
could someone point me in the direction of something lightweight?

Thanks.




More information about the Python-list mailing list