On Thursday 13 October 2005 15:17, Kenneth McDonald wrote: > 1) Which plays best with Python? Ideally, it would already have some > higher-level python libraries to hide the grotty stuff that is almost > never needed when actually implementing apps.
wxPython plays reasonably well. I've just started playing with PyGTK+glade, and am highly impressed with that. > 4) Ease of installation/use on OS X? Ease of installation and use, wxPython is good. General OS X goodness, wxPython has been exhibiting highly weird behavior. Plus some useful widgets don't work well (if at all) on Mac. wxWidgets also feels very old-Windows-ish. For example, it's built around having 1 toolbar for a window; for my application, that's not going to work so well, and I'm also having issues with some things related to dynamically creating toolbars and changing the toolbar. - Michael -- http://mail.python.org/mailman/listinfo/python-list