[Image-SIG] Re: compiling Imaging-1.1.4 without tk support

Fredrik Lundh fredrik at pythonware.com
Wed Apr 21 13:44:37 EDT 2004


Doug wrote:

> I am also attempting to compile 1.1.4 (one of these rascals has to
> work!) on fedora core 2.
>
> I am not planning on using tkinter for anything and that seems to be
> where the setup.py is breaking. Is there a --no_stanking_Tk_Please type
> argument I can pass to configure?

the setup.py file is pure Python, and easy to hack to suit your needs.

changing "import _tkinter" to "import no_stanking_tkinter_please" should
do the trick.

</F>






More information about the Image-SIG mailing list