[Python-Dev] CygWin and Tkinter (original) (raw)

Guido van Rossum guido@digicool.com
Wed, 09 May 2001 21:01:20 -0500


I am playing around with CygWin (which came with Pyhton 2.1 installed). While I can run command line programs, Tkinter is not part of the package. TCL/TK is installed and I have been able to build TK GUI's. How can I get Tkinter added to my Python package? Thanks.

Beats me. Ask whoever produces the CygWin port.

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