Using Tcl extensions with Python?

Thomas Troeger thomas.troeger.ext at siemens.com
Fri Jul 18 09:59:49 EDT 2008


C Martin wrote:
> How do you setup a Tcl extension to be accessible through Python? I
> understand that I'll have to use native Tcl calls to use it (tk.call()
> etc), but I can't figure out where to put the files or how to
> initialize them so I can call them.
> 
> The package I would like to use is TkPNG: http://www.muonics.com/FreeStuff/TkPNG/
> 
> Thanks.

ARGH, Tcl!!! ;-) I know that's not the question, but do you know PIL 
(http://www.pythonware.com/products/pil)?



More information about the Python-list mailing list