[Image-SIG] undefined symbol: XFreePixmap

Fredrik Lundh fredrik@pythonware.com
Sat, 11 Dec 1999 14:19:10 +0100


Douglas Alan <nessus@mit.edu> wrote:
> Hi.  What does it mean if I get the following error message when I try
> to import _imaging:
> 
>    ImportError: /usr/lib/libtk8.0.so: undefined symbol: XFreePixmap
> 
> Thanks for your help!

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)

</F>