> 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
In case anyone is intereted, as it turns out, one way of achieving
[EMAIL PROTECTED] wrote:
>> 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 ?
>
> I don't want it to build tk into the py dist, even if it finds it on
> the build box - its not needed in the d
Hi Fredrick,
> 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 ?
I don't want it to build tk into the py dist, even if it finds it on
the build box - its not needed in the deployment. Keeping i
[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