[EMAIL PROTECTED] wrote: > If the data to be entered is simple and textual you can even think > about using a text only interface. The resulting program will be really > simple, and probably good enough.
FWIW here is size of "Hello, world!" program distribution using different interfaces: text console: 1.2Mb web.py w/o ssl: 1.5Mb tkinter: 2.1Mb wxpython: 3.0Mb Getting more slim distributions requires some manual work -- http://mail.python.org/mailman/listinfo/python-list