Re: Native widgets for Python

2005-01-17 Thread Ed Leafe
On Jan 17, 2005, at 10:19 AM, Steve Holden wrote: It looks like dabo uses, not replaces, wxPython http://dabodev.com/about Actually I think it *layers* wxPython, with the intention of being able to replace wxPython with other GUI kits at a later date. So, there should be a simpler graphical API

Re: Native widgets for Python

2005-01-17 Thread Steve Holden
Tim Heaney wrote: Stephen Thorne <[EMAIL PROTECTED]> writes: there's someone writing 'dabo', which is apparently "wxpython but more python". It looks like dabo uses, not replaces, wxPython http://dabodev.com/about Actually I think it *layers* wxPython, with the intention of being able to replac

Re: Native widgets for Python

2005-01-17 Thread Tim Heaney
Stephen Thorne <[EMAIL PROTECTED]> writes: > > there's someone writing 'dabo', which is apparently "wxpython but > more python". It looks like dabo uses, not replaces, wxPython http://dabodev.com/about -- http://mail.python.org/mailman/listinfo/python-list

Re: Native widgets for Python

2005-01-17 Thread Stephen Thorne
there's someone writing 'dabo', which is apparently "wxpython but more python". Stephen. On Mon, 17 Jan 2005 15:13:07 +0100, A. Klingenstein <[EMAIL PROTECTED]> wrote: > Which other GUI library for Python other than wxpython has native > widgets for MS Windows ? > I know there is MFC and GDI, bu

Native widgets for Python

2005-01-17 Thread A. Klingenstein
Which other GUI library for Python other than wxpython has native widgets for MS Windows ? I know there is MFC and GDI, but I want something easier to use than wx, not harder :) wxpython has to problem that it handles much more like a C++ library than a Python one sometimes. Alex -- http://mail