Of the items on your list, I think only PyGTK and tkinter don't require additional packages compared to the ones we put on the Live CD.
I've never personally used pyqt or wxpython. Comparing tkinter and pygtk for your needs, I think you'll find gtk's canvas and tree widgets are better than anything available in Tkinter. In particular, you'll be able to get an antialiased canvas in Gtk, and Tk tree widgets (with the exception of blt) tend to be implemented in Tcl so they run into performance problems with as few as 100s of items. So to summarise, I'd suggest you consider PyGTK. It creates no new dependencies, will fit well with the Gnome desktop, and has a decent set of features. Jeff ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
