[Distutils] Odd thought

Guido van Rossum guido@digicool.com
Fri Feb 23 11:23:01 2001


> Yes, I know (and I also did such a calldll, even before I knew
> about python, for other languages).
> 
> To be honest: I find the calldll approach less hacky
> than tkinter (formatting commands into strings, and
> sending them to another language for interpretation)

But is calldll a standard part of Python distributions?  Tcl/Tk is!

--Guido van Rossum (home page: http://www.python.org/~guido/)