[Image-SIG] selftest.py fails (Mac OS X)

Anthony D. Minkoff adminkoff at cox.net
Wed Jul 19 01:46:01 CEST 2006


Help!

Anthony-Minkoffs-Computer:/Applications/MacPython 2.4/Extensions/ 
Imaging-1.1.5 adminkoff$ python setup.py build_ext -i
running build_ext
--- using frameworks at /Library/Frameworks
--------------------------------------------------------------------
PIL 1.1.5 BUILD SUMMARY
--------------------------------------------------------------------
version       1.1.5
platform      darwin 2.4.3 (#1, Apr  7 2006, 10:54:33)
               [GCC 4.0.1 (Apple Computer, Inc. build 5250)]
--------------------------------------------------------------------
--- TKINTER support ok
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
*** FREETYPE2 support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.

To check the build, run the selftest.py script.
Anthony-Minkoffs-Computer:/Applications/MacPython 2.4/Extensions/ 
Imaging-1.1.5 adminkoff$ python selftest.py
*****************************************************************
Failure in example: _info(Image.open("Images/lena.jpg"))
from line #24 of selftest.testimage
Exception raised:
Traceback (most recent call last):
   File "./doctest.py", line 499, in _run_examples_inner
     exec compile(source, "<string>", "single") in globs
   File "<string>", line 1, in ?
   File "./selftest.py", line 21, in _info
     im.load()
   File "PIL/ImageFile.py", line 180, in load
     d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
   File "PIL/Image.py", line 328, in _getdecoder
     raise IOError("decoder %s not available" % decoder_name)
IOError: decoder jpeg not available
1 items had failures:
    1 of  55 in selftest.testimage
***Test Failed*** 1 failures.
*** 1 tests of 55 failed.
Anthony-Minkoffs-Computer:/Applications/MacPython 2.4/Extensions/ 
Imaging-1.1.5 adminkoff$



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/image-sig/attachments/20060718/cec48f58/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedGraphic.png
Type: image/png
Size: 42915 bytes
Desc: not available
Url : http://mail.python.org/pipermail/image-sig/attachments/20060718/cec48f58/attachment-0001.png 


More information about the Image-SIG mailing list