Re: How to disable tk inclusion in py build

2006-06-29 Thread venkatbo
> 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

Re: How to disable tk inclusion in py build

2006-06-28 Thread Fredrik Lundh
[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

Re: How to disable tk inclusion in py build

2006-06-27 Thread venkatbo
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

Re: How to disable tk inclusion in py build

2006-06-27 Thread Fredrik Lundh
[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