Stephen Hansen wrote:
Another thing you can look at is QT/PyQT. If you're doing GPL'd software, that might be a very good solution for you-- you can design your whole app in the beautiful QTDesigner, and the .ui files can be used in any language with a QT binding, PyQT included. But you gotta be GPL'd to use Python. (Although QT is now LGPL, the PyQT bindings continue the GPL/commercial split... and PySide isn't cross platform yet)
Correction: But you gotta be GPL'd to use PyQT. Python doesn't care. -- http://mail.python.org/mailman/listinfo/python-list