Tkinter and pure tk component(Gridplus2)
Kevin Walzer
kw at codebykevin.com
Mon Dec 3 13:13:53 EST 2007
More information about the Python-list mailing list
Mon Dec 3 13:13:53 EST 2007
- Previous message (by thread): cx_Oracle + array parameter
- Next message (by thread): Tkinter and pure tk component(Gridplus2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): cx_Oracle + array parameter
- Next message (by thread): Tkinter and pure tk component(Gridplus2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list