[EMAIL PROTECTED] wrote:
> 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?

If you can run it outside Python, then
    http://home.eol.ca/~parkw/index.html#gtk
will get you started.

If you must run it inside Python, then you should look into Python
wrapper for GTK+, and write the code yourself.

-- 
William Park <[EMAIL PROTECTED]>, Toronto, Canada
ThinFlash: Linux thin-client on USB key (flash) drive
           http://home.eol.ca/~parkw/thinflash.html
BashDiff: Super Bash shell
          http://freshmeat.net/projects/bashdiff/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to