[Image-SIG] PIL

Fredrik Lundh fredrik@pythonware.com
Mon, 27 Dec 1999 10:39:50 +0100


> I've downloaded PIL. After installation on my Linux Mandrake OS
> I have this problem:
> When I write 
> import _imaging
> I get the error:
> ImportError: /usr/lib/libtk.8.0.so: undefined symbol: XFreePixmap 

recently seen on this mailing list:

    if there had been a FAQ, this question
    would have been in it :-)

    here's the standard answer:

        adding -lX11 to the Setup file should do the trick.

        (this is fixed in the upcoming 1.0.1)

hope this helps!

</F>