[Pythonmac-SIG] Re: [Image-SIG] PIL 1.1.4 breaks Python 2.3 on Mac OS X 10.3 Panther

Bill Janssen janssen at parc.com
Thu Oct 30 21:46:34 EST 2003


> This one is definitely your fault, I don't know what you did, but this 
> isn't reproducible and it's basically impossible to compile a version 
> mismatched Python module with a stock Panther+Xcode system (i.e. one 
> with no other .

Bob, I'm not trying pick a fight, I'm just trying to figure out what's
wrong and fix it.  There's at least one bug in PIL's setup.py file, but
I don't think that's the problem.

I'm glad to hear it can be compiled, but *I* still can't do it.  I've
re-built Python from scratch in a different directory and re-installed
PIL, with the same results.  I'm building with the new gcc 3.3 from
Xcode.

PYTHONPATH is empty.  Here's a script, you tell me what I'm doing wrong.

Bill

% tar xvfz /Temporary\ Items/Imaging-1.1.4.tar.gz 
Imaging-1.1.4/README
Imaging-1.1.4/CHANGES-114
Imaging-1.1.4/CONTENTS
Imaging-1.1.4/BUILDME
Imaging-1.1.4/setup.py
Imaging-1.1.4/Setup.in
Imaging-1.1.4/Makefile.pre.in
Imaging-1.1.4/selftest.py
Imaging-1.1.4/doctest.py
Imaging-1.1.4/libImaging/Makefile.win
Imaging-1.1.4/libImaging/ImConfig.h.win
Imaging-1.1.4/libImaging/Imaging.h
Imaging-1.1.4/libImaging/ImDib.h
Imaging-1.1.4/libImaging/ImPlatform.h
Imaging-1.1.4/libImaging/Quant.h
Imaging-1.1.4/libImaging/QuantHash.h
Imaging-1.1.4/libImaging/QuantHeap.h
Imaging-1.1.4/libImaging/QuantDefines.h
Imaging-1.1.4/libImaging/QuantTypes.h
Imaging-1.1.4/libImaging/Access.c
Imaging-1.1.4/libImaging/Antialias.c
Imaging-1.1.4/libImaging/Bands.c
Imaging-1.1.4/libImaging/Blend.c
Imaging-1.1.4/libImaging/Chops.c
Imaging-1.1.4/libImaging/Convert.c
Imaging-1.1.4/libImaging/ConvertYCbCr.c
Imaging-1.1.4/libImaging/Copy.c
Imaging-1.1.4/libImaging/Crc32.c
Imaging-1.1.4/libImaging/Crop.c
Imaging-1.1.4/libImaging/Dib.c
Imaging-1.1.4/libImaging/Draw.c
Imaging-1.1.4/libImaging/Effects.c
Imaging-1.1.4/libImaging/Except.c
Imaging-1.1.4/libImaging/File.c
Imaging-1.1.4/libImaging/Fill.c
Imaging-1.1.4/libImaging/Filter.c
Imaging-1.1.4/libImaging/Geometry.c
Imaging-1.1.4/libImaging/GetBBox.c
Imaging-1.1.4/libImaging/Histo.c
Imaging-1.1.4/libImaging/Matrix.c
Imaging-1.1.4/libImaging/Negative.c
Imaging-1.1.4/libImaging/Offset.c
Imaging-1.1.4/libImaging/Pack.c
Imaging-1.1.4/libImaging/Palette.c
Imaging-1.1.4/libImaging/Paste.c
Imaging-1.1.4/libImaging/Point.c
Imaging-1.1.4/libImaging/Quant.c
Imaging-1.1.4/libImaging/QuantHash.c
Imaging-1.1.4/libImaging/QuantHeap.c
Imaging-1.1.4/libImaging/RankFilter.c
Imaging-1.1.4/libImaging/Storage.c
Imaging-1.1.4/libImaging/Unpack.c
Imaging-1.1.4/libImaging/UnpackYCC.c
Imaging-1.1.4/libImaging/Bit.h
Imaging-1.1.4/libImaging/Gif.h
Imaging-1.1.4/libImaging/Jpeg.h
Imaging-1.1.4/libImaging/Lzw.h
Imaging-1.1.4/libImaging/Raw.h
Imaging-1.1.4/libImaging/Zip.h
Imaging-1.1.4/libImaging/BitDecode.c
Imaging-1.1.4/libImaging/EpsEncode.c
Imaging-1.1.4/libImaging/FliDecode.c
Imaging-1.1.4/libImaging/GifDecode.c
Imaging-1.1.4/libImaging/GifEncode.c
Imaging-1.1.4/libImaging/HexDecode.c
Imaging-1.1.4/libImaging/JpegDecode.c
Imaging-1.1.4/libImaging/JpegEncode.c
Imaging-1.1.4/libImaging/LzwDecode.c
Imaging-1.1.4/libImaging/MspDecode.c
Imaging-1.1.4/libImaging/PackDecode.c
Imaging-1.1.4/libImaging/PcdDecode.c
Imaging-1.1.4/libImaging/PcxEncode.c
Imaging-1.1.4/libImaging/PcxDecode.c
Imaging-1.1.4/libImaging/RawDecode.c
Imaging-1.1.4/libImaging/RawEncode.c
Imaging-1.1.4/libImaging/SunRleDecode.c
Imaging-1.1.4/libImaging/TgaRleDecode.c
Imaging-1.1.4/libImaging/XbmDecode.c
Imaging-1.1.4/libImaging/XbmEncode.c
Imaging-1.1.4/libImaging/ZipDecode.c
Imaging-1.1.4/libImaging/ZipEncode.c
Imaging-1.1.4/libImaging/coretest.c
Imaging-1.1.4/libImaging/configure
Imaging-1.1.4/libImaging/ImConfig.h.in
Imaging-1.1.4/libImaging/Makefile.in
Imaging-1.1.4/_imaging.c
Imaging-1.1.4/decode.c
Imaging-1.1.4/encode.c
Imaging-1.1.4/display.c
Imaging-1.1.4/map.c
Imaging-1.1.4/outline.c
Imaging-1.1.4/path.c
Imaging-1.1.4/_imagingtk.c
Imaging-1.1.4/_imagingft.c
Imaging-1.1.4/PIL.pth
Imaging-1.1.4/PIL/__init__.py
Imaging-1.1.4/PIL/ArgImagePlugin.py
Imaging-1.1.4/PIL/BdfFontFile.py
Imaging-1.1.4/PIL/BmpImagePlugin.py
Imaging-1.1.4/PIL/ContainerIO.py
Imaging-1.1.4/PIL/CurImagePlugin.py
Imaging-1.1.4/PIL/DcxImagePlugin.py
Imaging-1.1.4/PIL/EpsImagePlugin.py
Imaging-1.1.4/PIL/ExifTags.py
Imaging-1.1.4/PIL/FliImagePlugin.py
Imaging-1.1.4/PIL/FontFile.py
Imaging-1.1.4/PIL/FpxImagePlugin.py
Imaging-1.1.4/PIL/GbrImagePlugin.py
Imaging-1.1.4/PIL/GdImageFile.py
Imaging-1.1.4/PIL/GifImagePlugin.py
Imaging-1.1.4/PIL/GimpGradientFile.py
Imaging-1.1.4/PIL/GimpPaletteFile.py
Imaging-1.1.4/PIL/IcoImagePlugin.py
Imaging-1.1.4/PIL/Image.py
Imaging-1.1.4/PIL/ImageChops.py
Imaging-1.1.4/PIL/ImageColor.py
Imaging-1.1.4/PIL/ImageDraw.py
Imaging-1.1.4/PIL/ImageEnhance.py
Imaging-1.1.4/PIL/ImageFile.py
Imaging-1.1.4/PIL/ImageFileIO.py
Imaging-1.1.4/PIL/ImageFilter.py
Imaging-1.1.4/PIL/ImageFont.py
Imaging-1.1.4/PIL/ImageGrab.py
Imaging-1.1.4/PIL/ImageOps.py
Imaging-1.1.4/PIL/ImagePalette.py
Imaging-1.1.4/PIL/ImagePath.py
Imaging-1.1.4/PIL/ImageSequence.py
Imaging-1.1.4/PIL/ImageStat.py
Imaging-1.1.4/PIL/ImageTk.py
Imaging-1.1.4/PIL/ImageTransform.py
Imaging-1.1.4/PIL/ImageWin.py
Imaging-1.1.4/PIL/ImImagePlugin.py
Imaging-1.1.4/PIL/ImtImagePlugin.py
Imaging-1.1.4/PIL/IptcImagePlugin.py
Imaging-1.1.4/PIL/JpegImagePlugin.py
Imaging-1.1.4/PIL/McIdasImagePlugin.py
Imaging-1.1.4/PIL/MicImagePlugin.py
Imaging-1.1.4/PIL/MpegImagePlugin.py
Imaging-1.1.4/PIL/MspImagePlugin.py
Imaging-1.1.4/PIL/OleFileIO.py
Imaging-1.1.4/PIL/PaletteFile.py
Imaging-1.1.4/PIL/PalmImagePlugin.py
Imaging-1.1.4/PIL/PcdImagePlugin.py
Imaging-1.1.4/PIL/PcfFontFile.py
Imaging-1.1.4/PIL/PcxImagePlugin.py
Imaging-1.1.4/PIL/PdfImagePlugin.py
Imaging-1.1.4/PIL/PixarImagePlugin.py
Imaging-1.1.4/PIL/PngImagePlugin.py
Imaging-1.1.4/PIL/PpmImagePlugin.py
Imaging-1.1.4/PIL/PsdImagePlugin.py
Imaging-1.1.4/PIL/PSDraw.py
Imaging-1.1.4/PIL/SgiImagePlugin.py
Imaging-1.1.4/PIL/SunImagePlugin.py
Imaging-1.1.4/PIL/TarIO.py
Imaging-1.1.4/PIL/TgaImagePlugin.py
Imaging-1.1.4/PIL/TiffImagePlugin.py
Imaging-1.1.4/PIL/TiffTags.py
Imaging-1.1.4/PIL/WalImageFile.py
Imaging-1.1.4/PIL/WmfImagePlugin.py
Imaging-1.1.4/PIL/XbmImagePlugin.py
Imaging-1.1.4/PIL/XpmImagePlugin.py
Imaging-1.1.4/PIL/XVThumbImagePlugin.py
Imaging-1.1.4/Doc/index.html
Imaging-1.1.4/Doc/PIL.ArgImagePlugin.html
Imaging-1.1.4/Doc/PIL.BdfFontFile.html
Imaging-1.1.4/Doc/PIL.BmpImagePlugin.html
Imaging-1.1.4/Doc/PIL.ContainerIO.html
Imaging-1.1.4/Doc/PIL.CurImagePlugin.html
Imaging-1.1.4/Doc/PIL.DcxImagePlugin.html
Imaging-1.1.4/Doc/PIL.EpsImagePlugin.html
Imaging-1.1.4/Doc/PIL.FliImagePlugin.html
Imaging-1.1.4/Doc/PIL.FontFile.html
Imaging-1.1.4/Doc/PIL.FpxImagePlugin.html
Imaging-1.1.4/Doc/PIL.GbrImagePlugin.html
Imaging-1.1.4/Doc/PIL.GdImageFile.html
Imaging-1.1.4/Doc/PIL.GifImagePlugin.html
Imaging-1.1.4/Doc/PIL.GimpGradientFile.html
Imaging-1.1.4/Doc/PIL.GimpPaletteFile.html
Imaging-1.1.4/Doc/PIL.IcoImagePlugin.html
Imaging-1.1.4/Doc/PIL.ImageChops.html
Imaging-1.1.4/Doc/PIL.ImageColor.html
Imaging-1.1.4/Doc/PIL.ImageDraw.html
Imaging-1.1.4/Doc/PIL.ImageEnhance.html
Imaging-1.1.4/Doc/PIL.ImageFile.html
Imaging-1.1.4/Doc/PIL.ImageFileIO.html
Imaging-1.1.4/Doc/PIL.ImageFilter.html
Imaging-1.1.4/Doc/PIL.ImageFont.html
Imaging-1.1.4/Doc/PIL.ImageGrab.html
Imaging-1.1.4/Doc/PIL.Image.html
Imaging-1.1.4/Doc/PIL.ImageOps.html
Imaging-1.1.4/Doc/PIL.ImageSequence.html
Imaging-1.1.4/Doc/PIL.ImageStat.html
Imaging-1.1.4/Doc/PIL.ImageTk.html
Imaging-1.1.4/Doc/PIL.ImageTransform.html
Imaging-1.1.4/Doc/PIL.ImageWin.html
Imaging-1.1.4/Doc/PIL.ImImagePlugin.html
Imaging-1.1.4/Doc/PIL.ImtImagePlugin.html
Imaging-1.1.4/Doc/PIL.IptcImagePlugin.html
Imaging-1.1.4/Doc/PIL.JpegImagePlugin.html
Imaging-1.1.4/Doc/PIL.McIdasImagePlugin.html
Imaging-1.1.4/Doc/PIL.MicImagePlugin.html
Imaging-1.1.4/Doc/PIL.MpegImagePlugin.html
Imaging-1.1.4/Doc/PIL.MspImagePlugin.html
Imaging-1.1.4/Doc/PIL.PaletteFile.html
Imaging-1.1.4/Doc/PIL.PcdImagePlugin.html
Imaging-1.1.4/Doc/PIL.PcfFontFile.html
Imaging-1.1.4/Doc/PIL.PcxImagePlugin.html
Imaging-1.1.4/Doc/PIL.PixarImagePlugin.html
Imaging-1.1.4/Doc/PIL.PngImagePlugin.html
Imaging-1.1.4/Doc/PIL.PpmImagePlugin.html
Imaging-1.1.4/Doc/PIL.PsdImagePlugin.html
Imaging-1.1.4/Doc/PIL.SgiImagePlugin.html
Imaging-1.1.4/Doc/PIL.SunImagePlugin.html
Imaging-1.1.4/Doc/PIL.TarIO.html
Imaging-1.1.4/Doc/PIL.TgaImagePlugin.html
Imaging-1.1.4/Doc/PIL.TiffImagePlugin.html
Imaging-1.1.4/Doc/PIL.WalImageFile.html
Imaging-1.1.4/Doc/PIL.WmfImagePlugin.html
Imaging-1.1.4/Doc/PIL.XbmImagePlugin.html
Imaging-1.1.4/Doc/PIL.XpmImagePlugin.html
Imaging-1.1.4/Doc/PIL.XVThumbImagePlugin.html
Imaging-1.1.4/Doc/pythondoc.css
Imaging-1.1.4/Scripts/pilconvert.py
Imaging-1.1.4/Scripts/pildriver.py
Imaging-1.1.4/Scripts/pilfile.py
Imaging-1.1.4/Scripts/pilfont.py
Imaging-1.1.4/Scripts/pilprint.py
Imaging-1.1.4/Images/lena.gif
Imaging-1.1.4/Images/lena.ppm
Imaging-1.1.4/Images/lena.jpg
Imaging-1.1.4/Images/courB08.bdf
Imaging-1.1.4/Images/courB08.pbm
Imaging-1.1.4/Images/courB08.pil
Imaging-1.1.4/Sane/README
Imaging-1.1.4/Sane/sanedoc.txt
Imaging-1.1.4/Sane/_sanemodule.c
Imaging-1.1.4/Sane/sane.py
Imaging-1.1.4/Sane/demo.py
Imaging-1.1.4/Scripts/README
Imaging-1.1.4/Scripts/bdf2pil.py
Imaging-1.1.4/Scripts/enhancer.py
Imaging-1.1.4/Scripts/explode.py
Imaging-1.1.4/Scripts/gifmaker.py
Imaging-1.1.4/Scripts/image2py.py
Imaging-1.1.4/Scripts/painter.py
Imaging-1.1.4/Scripts/player.py
Imaging-1.1.4/Scripts/viewer.py
Imaging-1.1.4/Scripts/thresholder.py
Imaging-1.1.4/Tk/tkImaging.c
Imaging-1.1.4/Tk/install.txt
Imaging-1.1.4/Tk/booster.txt
Imaging-1.1.4/Tk/pilbitmap.txt
% cd Imaging-1.1.4/libImaging/
% ./configure
creating cache ./config.cache
checking for --without-gcc... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for ar... ar
checking MACHDEP... darwin7
checking for jpeg_destroy_compress in -ljpeg... no
checking for deflate in -lz... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of float... 4
checking size of double... 8
checking for working const... yes
checking for prototypes... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating ImConfig.h
% make
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o coretest.o coretest.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Storage.o Storage.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Access.o Access.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Except.o Except.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Antialias.o Antialias.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Bands.o Bands.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Blend.o Blend.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Chops.o Chops.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Convert.o Convert.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o ConvertYCbCr.o ConvertYCbCr.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Copy.o Copy.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Crop.o Crop.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Crc32.o Crc32.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Dib.o Dib.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Draw.o Draw.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Effects.o Effects.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o File.o File.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Fill.o Fill.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Filter.o Filter.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Geometry.o Geometry.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o GetBBox.o GetBBox.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Histo.o Histo.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Matrix.o Matrix.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Negative.o Negative.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Offset.o Offset.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Pack.o Pack.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Palette.o Palette.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Paste.o Paste.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Point.o Point.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Quant.o Quant.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o QuantHash.o QuantHash.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o QuantHeap.o QuantHeap.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o RankFilter.o RankFilter.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o Unpack.o Unpack.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o UnpackYCC.o UnpackYCC.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o BitDecode.o BitDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o EpsEncode.o EpsEncode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o FliDecode.o FliDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o GifDecode.o GifDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o GifEncode.o GifEncode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o HexDecode.o HexDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o JpegDecode.o JpegDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o JpegEncode.o JpegEncode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o LzwDecode.o LzwDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o MspDecode.o MspDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o PackDecode.o PackDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o PcdDecode.o PcdDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o PcxDecode.o PcxDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o PcxEncode.o PcxEncode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o RawDecode.o RawDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o RawEncode.o RawEncode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o SunRleDecode.o SunRleDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o TgaRleDecode.o TgaRleDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o XbmDecode.o XbmDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o XbmEncode.o XbmEncode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o ZipDecode.o ZipDecode.c
gcc -O -I./. -I/usr/local/include -DHAVE_CONFIG_H   -c -o ZipEncode.o ZipEncode.c
rm -f libImaging.a
ar cr libImaging.a Storage.o Access.o Except.o Antialias.o Bands.o Blend.o Chops.o Convert.o ConvertYCbCr.o Copy.o Crop.o Crc32.o Dib.o Draw.o Effects.o File.o Fill.o Filter.o Geometry.o GetBBox.o Histo.o Matrix.o Negative.o Offset.o Pack.o Palette.o Paste.o Point.o Quant.o QuantHash.o QuantHeap.o RankFilter.o Unpack.o UnpackYCC.o BitDecode.o EpsEncode.o FliDecode.o GifDecode.o GifEncode.o HexDecode.o JpegDecode.o JpegEncode.o LzwDecode.o MspDecode.o PackDecode.o PcdDecode.o PcxDecode.o PcxEncode.o RawDecode.o RawEncode.o SunRleDecode.o TgaRleDecode.o XbmDecode.o XbmEncode.o ZipDecode.o ZipEncode.o
ranlib libImaging.a
ranlib: file: libImaging.a(Dib.o) has no symbols
ranlib: file: libImaging.a(JpegDecode.o) has no symbols
ranlib: file: libImaging.a(JpegEncode.o) has no symbols
gcc -o coretest coretest.o libImaging.a -lz  -lm
% cd ..
% which python
/usr/bin/python
% python setup.py build
running build
running build_py
creating build
creating build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/__init__.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ArgImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/BdfFontFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/BmpImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ContainerIO.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/CurImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/DcxImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/EpsImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ExifTags.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/FliImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/FontFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/FpxImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/GbrImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/GdImageFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/GifImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/GimpGradientFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/GimpPaletteFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/IcoImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/Image.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageChops.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageColor.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageDraw.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageEnhance.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageFileIO.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageFilter.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageFont.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageGrab.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageOps.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImagePalette.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImagePath.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageSequence.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageStat.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageTk.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageTransform.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImageWin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/ImtImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/IptcImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/JpegImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/McIdasImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/MicImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/MpegImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/MspImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/OleFileIO.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PaletteFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PalmImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PcdImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PcfFontFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PcxImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PdfImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PixarImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PngImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PpmImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PsdImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/PSDraw.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/SgiImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/SunImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/TarIO.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/TgaImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/TiffImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/TiffTags.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/WalImageFile.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/WmfImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/XbmImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/XpmImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
copying PIL/XVThumbImagePlugin.py -> build/lib.darwin-7.0.0-Power_Macintosh-2.3
running build_ext
building '_imaging' extension
creating build/temp.darwin-7.0.0-Power_Macintosh-2.3
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c decode.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/decode.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c encode.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/encode.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c _imaging.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/_imaging.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c outline.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/outline.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c path.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/path.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c display.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/display.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c map.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/map.o
gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.0.0-Power_Macintosh-2.3/_imaging.o build/temp.darwin-7.0.0-Power_Macintosh-2.3/decode.o build/temp.darwin-7.0.0-Power_Macintosh-2.3/encode.o build/temp.darwin-7.0.0-Power_Macintosh-2.3/map.o build/temp.darwin-7.0.0-Power_Macintosh-2.3/display.o build/temp.darwin-7.0.0-Power_Macintosh-2.3/outline.o build/temp.darwin-7.0.0-Power_Macintosh-2.3/path.o -LlibImaging -L/sw/lib -lImaging -lz -o build/lib.darwin-7.0.0-Power_Macintosh-2.3/_imaging.so
building '_imagingft' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -IlibImaging -I/sw/include/freetype2 -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -c _imagingft.c -o build/temp.darwin-7.0.0-Power_Macintosh-2.3/_imagingft.o
gcc -Wl,-F. -Wl,-F. -bundle -framework Python build/temp.darwin-7.0.0-Power_Macintosh-2.3/_imagingft.o -L/sw/lib -lfreetype -o build/lib.darwin-7.0.0-Power_Macintosh-2.3/_imagingft.so
% printenv PATH
/bin:/usr/bin:/usr/ucb:/usr/lib:/etc:/usr/etc:/sbin:/local/emacs-21.4alpha/bin:/usr/X11R6/bin
% /usr/bin/python
Python 2.3 (#1, Sep 13 2003, 00:49:11) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Image
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named Image
>>> 
% which python
/usr/bin/python
% python setup.py install
running install
running build
running build_py
running build_ext
running install_lib
creating /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/__init__.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/_imaging.so -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/_imagingft.so -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ArgImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/BdfFontFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/BmpImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ContainerIO.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/CurImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/DcxImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/EpsImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ExifTags.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/FliImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/FontFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/FpxImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/GbrImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/GdImageFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/GifImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/GimpGradientFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/GimpPaletteFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/IcoImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/Image.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageChops.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageColor.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageDraw.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageEnhance.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageFileIO.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageFilter.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageFont.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageGrab.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageOps.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImagePalette.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImagePath.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageSequence.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageStat.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageTk.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageTransform.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImageWin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/ImtImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/IptcImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/JpegImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/McIdasImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/MicImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/MpegImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/MspImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/OleFileIO.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PaletteFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PalmImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PcdImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PcfFontFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PcxImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PdfImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PixarImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PngImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PpmImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PsdImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/PSDraw.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/SgiImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/SunImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/TarIO.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/TgaImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/TiffImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/TiffTags.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/WalImageFile.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/WmfImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/XbmImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/XpmImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
copying build/lib.darwin-7.0.0-Power_Macintosh-2.3/XVThumbImagePlugin.py -> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/__init__.py to __init__.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ArgImagePlugin.py to ArgImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/BdfFontFile.py to BdfFontFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/BmpImagePlugin.py to BmpImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ContainerIO.py to ContainerIO.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/CurImagePlugin.py to CurImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/DcxImagePlugin.py to DcxImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/EpsImagePlugin.py to EpsImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ExifTags.py to ExifTags.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/FliImagePlugin.py to FliImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/FontFile.py to FontFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/FpxImagePlugin.py to FpxImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/GbrImagePlugin.py to GbrImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/GdImageFile.py to GdImageFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/GifImagePlugin.py to GifImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/GimpGradientFile.py to GimpGradientFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/GimpPaletteFile.py to GimpPaletteFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/IcoImagePlugin.py to IcoImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/Image.py to Image.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageChops.py to ImageChops.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageColor.py to ImageColor.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageDraw.py to ImageDraw.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageEnhance.py to ImageEnhance.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageFile.py to ImageFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageFileIO.py to ImageFileIO.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageFilter.py to ImageFilter.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageFont.py to ImageFont.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageGrab.py to ImageGrab.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageOps.py to ImageOps.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImagePalette.py to ImagePalette.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImagePath.py to ImagePath.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageSequence.py to ImageSequence.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageStat.py to ImageStat.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageTk.py to ImageTk.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageTransform.py to ImageTransform.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImageWin.py to ImageWin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImImagePlugin.py to ImImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/ImtImagePlugin.py to ImtImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/IptcImagePlugin.py to IptcImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/JpegImagePlugin.py to JpegImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/McIdasImagePlugin.py to McIdasImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/MicImagePlugin.py to MicImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/MpegImagePlugin.py to MpegImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/MspImagePlugin.py to MspImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/OleFileIO.py to OleFileIO.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PaletteFile.py to PaletteFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PalmImagePlugin.py to PalmImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PcdImagePlugin.py to PcdImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PcfFontFile.py to PcfFontFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PcxImagePlugin.py to PcxImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PdfImagePlugin.py to PdfImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PixarImagePlugin.py to PixarImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PngImagePlugin.py to PngImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PpmImagePlugin.py to PpmImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PsdImagePlugin.py to PsdImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/PSDraw.py to PSDraw.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/SgiImagePlugin.py to SgiImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/SunImagePlugin.py to SunImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/TarIO.py to TarIO.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/TgaImagePlugin.py to TgaImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/TiffImagePlugin.py to TiffImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/TiffTags.py to TiffTags.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/WalImageFile.py to WalImageFile.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/WmfImagePlugin.py to WmfImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/XbmImagePlugin.py to XbmImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/XpmImagePlugin.py to XpmImagePlugin.pyc
byte-compiling /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL/XVThumbImagePlugin.py to XVThumbImagePlugin.pyc
creating /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL.pth
% printenv PYTHONPATH
% which python
/usr/bin/python
% python
Python 2.3 (#1, Sep 13 2003, 00:49:11) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import  sys
>>> sys.path
['', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python23.zip', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PIL']
>>> import Image
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort
% 



More information about the Pythonmac-SIG mailing list