Christopher Subich <[EMAIL PROTECTED]> writes: > The third requirement is cross-platform-osity; if you won't hold it > against me I'll tell you that I'm developing under Cygwin in Win2k, > but I'd really like it if the app could run under 'nix and mac-osx > also. > > I'm pretty open to any graphical toolkit -- I have experience with > none of them, so I have little in the way of prejudice.
Use tkinter if you care about cross-platform operation. Everything else requires downloading and installing separate toolkits. -- http://mail.python.org/mailman/listinfo/python-list