problems setting up PIL under Redhat 6.0??

Fredrik Lundh fredrik at pythonware.com
Thu Jan 20 07:26:09 EST 2000


charliehubbard at my-deja.com wrote:
> I'm trying to use PIL under redhat 6.0, but I can't seem to get it to
> work.  I go through the instructions for building everything, but when
> I try to import _imaging I get this error.
> 
> >>> import _imaging
> Traceback (innermost last):
>   File "<stdin>", line 1, in ?
> ImportError: /usr/lib/libtk8.0.so: undefined symbol: XFreePixmap
> 
> Any ideas?

the answer is to be found in the Image SIG archives:
http://www.python.org/pipermail/image-sig/1999-December/001852.html

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
— see it live on the python conference! &smiley; -->





More information about the Python-list mailing list