FYI
gui2py is a “fork” of PythonCard (a software construction kit based on wxpython), trying to enhance it with a more modern look & feel (improved visual designer, property grid, drag & drop toolbox, etc.) but keeping it simple and powerful (i.e. adding MVC List, Tree, Grid,
Notebook, Sizers, etc.):
https://code.google.com/p/gui2py/It was based initially mainly on PythonCard (and also wxPython Demo, wxGlade and other related projects), but also it includes a lot of my experience and personal needs (I'm planning to port to Python a legacy ERP-like system, actually composed of a large Visual Basic 5.0 classic codebase).
It is also aimed for teaching in introductory and intermediate programming courses (prior web development assignments), so it was simplified even further and adopted some HTML/Javascript features.
In parallel, gui2py is part of a meta-project called rad2py (Rapid Application Development for Python), an academic research about software engineering best practices and quality assurance, whose goals are to integrate an IDE (code editor, debugger, unit test and other tools) with agile methodologies and a well defined software process (mainly for metrics collection, analysis and estimation):
Migration should be easy, and an automatic tool is planned to convert PythonCard resources and source to gui2py requeriments.
This alpha release is functional and stable for development porposes, but expect some APIs to change in the near future, and a lot of features still need to be incorporated.
Roadmap: