PyGTK or wxPython (not a flame war) on Windows

Dave Cook davecook at nowhere.net
Sun Jul 24 22:53:58 EDT 2005


On 2005-07-24, Torsten Bronger <bronger at physik.rwth-aachen.de> wrote:

> Is PyGTK more Pythonic by the way?  

I find it more Pythonic than "raw" wxpython.  However, the API still has the
fingerprints of C programmers all over it.  Compare the gtk's clunky
treemodel/treeview API to Cocoa's elegant delegates.

There is a higher level interface for pygtk called kiwi:

http://async.com.br/projects/kiwi/

Dave Cook



More information about the Python-list mailing list