GUI Python interfaces and DataGrids

Maan Hamze mmhamze at pleiades.net
Sat Aug 25 14:32:51 EDT 2001


Unless I am missing something, I have looked and I Tkinter does not seem to
have a DataGrid to receive the rows of a query (a dataset) and display them
or to bind it into a dataset.  There is the Python DB API after all.  So I
believe the issue of Datasets should be standardized across the different
database packages.
Now, I believe I have an idea on how to build a class and use it in Python
that can do exactly this.
But does Tkinter have a DataGrid?  If not, are there any other GUI Python
packages that come with a DataGrid?
Maan






More information about the Python-list mailing list