On Mon, 22 May 2006 10:07:36 +0100
Glynn Clements <glynn@gclements.plus.com> wrote:
Trevor Wiens wrote:
> This still raises the question of toolkits and this is, even more than
> language, is a question of preference. wxPython is built on GTK, which
> begs the question why not just use PyGTK.
wxPython is based upon wxWidgets, which provides a common interface to
several GUI toolkits (as well as providing a complete toolkit using
just Xlib). The most popular version of wxWidgets on Unix/X11 systems
is wxGTK, although you can also use the Motif or Xlib versions (or, if
you really wanted to, you could probably use wxMSW atop WINElib).
Oh, I didn't realize that. Interesting. Thanks.
T
--
Trevor Wiens
twiens@interbaun.com
The significant problems that we face cannot be solved at the same
level of thinking we were at when we created them.
(Albert Einstein)