tcl/tk panel in tkinter

Olivier Ricou news1 at ns2.freenix.org
Mon Apr 15 11:31:56 EDT 2002


Hi,

 I have a tcl/tk program which I would like to include in a panel of
my python/tkinter application. Of course I don't want to redo the
all tcl/tk program and I want that the 2 programs communicate. 

 To fix the idea, imagine that the tcl/tk program do computation when 
you give it data thru its tk interface and the python/tkinter use the
results of the tcl/tk program to do draws. So I want to have a
tcl/tk panel from which I give the data and another panel on which
I have the draws in the same python/tkinter application.

Is there is an easy way to do that ? Does someone have an example ?

					Regards,

					   Olivier.



More information about the Python-list mailing list