Cross-platform GUI development

Peter Decker pydecker at gmail.com
Fri Oct 12 09:45:19 EDT 2007


On 10/12/07, psaffrey at googlemail.com <psaffrey at googlemail.com> wrote:

> My question is if Tix is old hat, what is the GUI toolkit I *should*
> be using for quick-n-dirty cross platform GUI development?

I would heartily recommend Dabo (http://dabodev.com). It wraps the
wxPython toolkit, but eliminates 99% of the hassle in dealing with the
C++ feel of wxPython. And while it is supposed to be for
database-related apps, it works great for UI-only apps, which is what
I use it for.

-- 

# p.d.



More information about the Python-list mailing list