Tcl/Tk extension access from python under windows

Marcel Achim achim.marcel at uqam.ca
Thu Apr 8 13:07:51 EDT 2004


Hi,

I found a tcl extension that does exactly what I need to access a DLL
and it would require a large amount of SWIG glue to generate an
equivalent python extension. I want to access it via
root.tk.call("eval", "package require extension"). I placed the
extension dll (as well as the target DLL) in my Python DLLs path at the
same place where the tcl/tk DLLs are. The eval fails because it doesn't
find the extension. Is there a special initialisation/registration/setup
change to be made to python ?

thanks
Marcel Achim





More information about the Python-list mailing list