build on AIX without Tk

Martin v. Löwis martin at v.loewis.de
Tue Dec 16 14:25:41 EST 2003


"Tennill, Dustin" <Dustin.Tennill at EKU.EDU> writes:

> Is there any way to build without including tkinter support? (Or am I
> just doing something wrong????)

You should disable compilation of _tkinter in setup.py, by putting
a
     return

statement into detect_tkinter.

Regards,
Martin




More information about the Python-list mailing list