Tkinter and pure tk component(Gridplus2)

Kevin Walzer kw at codebykevin.com
Mon Dec 3 13:13:53 EST 2007
swellfr at googlemail.com wrote:
> Hi ,
> I was looking at some example of how to display tabular data with
> tkinter and i found this component( http://www.satisoft.com/tcltk/gridplus2/examples.html
> ). I would like to know if it possible to make it work with the tk
> version used by python and how to do that ?
> 
> Thx
> E,
You'll probably have to write a wrapper that translates the original Tk 
commands (in Tcl) to Python. Look at the lib-tk package for some examples.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list