Indeed, By running /home/zope/bin/python, import _imaging gives: ImportError: /home/zope/lib/python2.1/_imaging.so: undefined symbol: PyType_IsSubtype Since I have python 2.2 on my system, and did compiled PIL with that, copying PIL in Zope/lib, the mix of python version might create the problem. How can I compile PIL with the python version that comes with Zope? Francois
-----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: March 4, 2003 2:02 PM To: Meehan, Francois Cc: 'zope@zope.org' Subject: Re: [Zope] RE: Installing PIL on binary dist. of Zope 2.6.1 on Linux...
Meehan, Francois wrote at 2003-3-4 09:52 -0500:
I have found the document to install PIL on zope at http://www.zope.org/Members/regebro/PIL_zope .... ImportError: The _imaging C module is not installed
Almost surely, importing "_imaging" results in an error.
Try it in an interactive interpreter. You should get a much better error indication.
Dieter