[EMAIL PROTECTED] 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>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to