How to disable tk inclusion in py build

Fredrik Lundh fredrik at pythonware.com
Tue Jun 27 13:22:10 EDT 2006


venkatbo at yahoo.com wrote:

> I'd like to disable the inclusion of tk graphics lib in my py build.
> Looked around but couldn't find a clear answer. Which one of
> the following would I need to use in the configure step:
>   --disable-tkbuild
>   --without-tk

since _tkinter.so is only built if it's found by the setup script,
and if built, it's only loaded if you actually use it, why bother 
"disabling" it ?

</F>




More information about the Python-list mailing list