"Ravi Teja" <[EMAIL PROTECTED]> writes: > Speed is not the main concern. You won't notice any speed differences > in a small application like that.
That's wishful thinking--even a totally trivial tkinter program has noticable startup delay: >>> from Tkinter import * >>> a=Tk() takes several seconds if the page cache isn't preloaded. I doubt PyGTK is any faster, though. -- http://mail.python.org/mailman/listinfo/python-list