data bound controls/Boa

Tim Roberts timr at probo.com
Mon Jan 20 23:49:46 EST 2003


"David M. Cook" <davecook at nowhere.net> wrote:

>In article <tchk2vsf74h450mckj1utagsdefd10nbao at 4ax.com>, Tim Roberts wrote:
>
>> Complicated question.  Python doesn't have any native GUI, so there's no
>> such thing as a "control".  There are add-in modules like wxPython or
>> tkInter that give you a GUI interface.  None of them have bound controls
>> built-in, although you could build one if you wanted.
>
>wxPython 2.4 does have a "wxDbGrid class for displaying ODBC tables"
>according to the changes file.  I don't know anything else about it.

wxWindows 2.4 has a wxDbGrid control, but I don't believe it is exposed in
wxPython.  None of the ODBC functionality in wxWindows is exposed, because
it would duplicate the excellent database classes that already exists, in a
non-compatible way.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.




More information about the Python-list mailing list