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)?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to