Datagrid-Widget for Python?

sismex01 at hebmex.com sismex01 at hebmex.com
Tue Apr 8 09:47:53 EDT 2003


> 
> On my lengthy search for Python stuff I had already found some
> information on tkTable. May be I misunderstood something --I dropped
> that, because I thought, tkTable is written in TCL, and there is no
> Python-interface.
>

Yes, tkTable is written for Tk, but you can easily integrate it
into Tkinter, because you can make direct tk calls from tkinter,
so you can load it and call it's functions from a Python class.
I did a bit with it a while ago, it's a nice piece of code.

-gus





More information about the Python-list mailing list