David Guerizec <[EMAIL PROTECTED]> writes: > Added Files: > tmda-gui
This is pretty swank, I think users will enjoy this. It might also give me an excuse to blow the dust off my copy of John Grayson's _Python and Tkinter Programming_ :-) Thanks David. > NOTE: This is early alpha software, so please try it, and send your > comments on the tmda-gui or tmda-workers list. Even though Gre7g named his list ``tmda-gui'', I thought his intention was only to discuss his CGI application. Is this not correct? I think the normal TMDA lists would be a better place to discuss the Tkinter app, particularly if we keep it in bin/. I'll look at tmda-gui more carefully tomorrow when I have more time, but I do have a few initial comments: * tmda-gui should probably use the getopt module for its command-line parsing as the other bin/tmda-* programs do. I've put some of the supporting code in already. * You do `from TMDA import Pending' many times throughout the code. Why not just once at the top of the program? I've fixed this. If there was a particular reason why you did this, I can back this out, but it seems to work fine. * Shouldn't the pending mode ignore already delivered messages? Currently it includes them in the list. I changed this as well, and again I can back it out if this wasn't what you intended. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
