writing tcl wrapper with tkinter

Damien Thomas damien at secondworld.com
Thu Oct 18 12:28:43 EDT 2001


Hello, 

I have a tcl piece of code that I found useful. As I'm using 
tkinter for GUI, I would like to do a class that encapsulate
this tcl code.

It would be a sort of new tkinter widget on wich I can apply
all the std operation (pack, config, ...)

Is there a simple way to do that or is there documentation ?

(I had a look inside the PyTix code, but it's a little bit too
complicated(modifying tkinter.py, recompiling python.....))

Thanks.

Damien.



More information about the Python-list mailing list