This question seems to come up a lot. Here's my quick summary:
1) EasyDialogs is nice but can only do really, really simple things.
2) If you're strictly doing Mac work, pyobjc is your best bet, because
you can do basically anything that can be done in Objective-C. You
can really use the Mac GUI t
Newcomer question:
For making a GUI python application for Mac, what're the differences
and pros/cons between (1) using wxPython and (2) using the MacPython
modules described in the official python documentation (EasyDialogs,
Framework, etc.)?
And what's the relationship between these two appro