Title: RE: RAD with python
I've never used Tkinter, but wxPython (http://www.wxpython.org) is a very good GUI for Python that has some controls that go at least part of the way towards what you want.
Just a heads up if you've never heard of it before!
David.
-Origin
Hi folks,
when last time i read discussions on RAD a lot of people said the Tkinter
was nearly the best solution to create dialogs fast.
I have found Tkinter realy easy to do this kind of job, but i envy Delphi
developers to place recordsets onto these dialogs just with the same
effort.
Have any