Hello,

I'm trying to install Python Imaging Library and having troubles with graphic 
libraries linking on a run time.
After the installation I have:

PIL 1.1.7SETUP SUMMARY
--------------------------------------------------------------------
version       1.1.7
platform      linux2 2.7.3(default,May102012,13:17:15)
              [GCC 4.4.620110731(RedHat4.4.6-3)]
--------------------------------------------------------------------
***TKINTER support notavailable
---JPEG support available
---ZLIB (PNG/ZIP)support available
***FREETYPE2 support notavailable
***LITTLECMS support notavailable
--------------------------------------------------------------------

So, it looks like there is support of JPEG and ZLIB libraries
However,

python  selftest.py
returns:

PIL 1.1.7TEST SUMMARY 
--------------------------------------------------------------------
Pythonmodules loaded from./PIL
Binarymodules loaded from./PIL
--------------------------------------------------------------------
---PIL CORE support ok
***TKINTER support notinstalled
***JPEG support notinstalled
***ZLIB (PNG/ZIP)support notinstalled
***FREETYPE2 support notinstalled
***LITTLECMS support notinstalled
--------------------------------------------------------------------


Why the libraries can't be linked in a run time?

Thanks,
Olga
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to