Search code examples
pythonmodel-view-controllergtk

Python GTK MVC: Kiwi?


I've been looking around for a good MVC framework for Python using PyGTK. I've looked at Kiwi but found it a bit lacking, especially with using the Gazpacho Glade-replacement.

Are there any other nice desktop Python MVC frameworks? I'm one of the few (it seems) to not want a webapp.


Solution

  • In defense of Kiwi:

    • Kiwi works fine with Glade3 instead of Gazpacho. (who forced you to use Gazpacho?)
    • Kiwi is my first dependency for any PyGTK application commercial or open source.
    • Kiwi is very actively maintained.

    I have generally got to a stage where I think its irresponsible to not use Kiwi in a PyGTK application. Perhaps you can tell us what you found "lacking" so we can improve the framework. #kiwi on irc.gimp.net (or the Kiwi mailing list).