I thought better to start this as a new thread...
For GUI toolkits there are 3 common OSS ones and they all have Python
toolkits...
PyGTK for GTK (Gnome Tool Kit, Gnome is used by quite a number of
Linux distros...)
PyQT, for QT the GUI toolkit used by KDE, agian popular with various
Linux distros.
WxWindows, this suposedly the easiest of the 3, I havn't used it but
Eric Raymond recommends this for Python.
Both QT, WxWindows are cross platform, ie: write once and deploy on
all platforms (Mac, Win, Linux), of course you need the libraries
installed on the client side. And it will also attempt to adapt to the
'local' look & feel.
Not so sure about GTK.
But as I say, I have not used any of these.
Since I have discoverd Web Deployment, all my work has been done with
Web/HTML as the 'View', presentation mechanism (as in Model, View
Controller, MVC). I feel that xhtml with Ajax can do almost everything
I need, PLUS you get remote/internet access
and cross-platform capability for free! So for me there is no reason
(so far) to go with a GUI toolkit. But that's just me ;-)
Just don't design for IE only!
--
#-------
regds,
Boh Heong, Yap