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

Bill Janssen janssen at parc.com
Wed Oct 29 21:30:31 EST 2003


When I install PIL 1.1.4 against the default /usr/bin/python on
Panther (Mac OS 10.3), things seem to build and install fine.  The
little "coretest" program in PIL runs OK.  However, when I fire up
python, and try to "import Image", I get the following:

  % /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
  Fatal Python error: Interpreter not initialized (version mismatch?)
  Abort
  % 

I've tried re-building python from source and re-installing PIL, with
the same results.  Any ideas?

Bill



More information about the Image-SIG mailing list