Using Tcl extensions with Python?

C Martin g.threepwood at gmail.com
Thu Jul 17 17:48:45 EDT 2008


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.



More information about the Python-list mailing list