[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to