[Pythonmac-SIG] Re: [Image-SIG] PIL 1.1.4 breaks Python 2.3 on
Mac OS X 10.3 Panther
Bob Ippolito
bob at redivi.com
Thu Oct 30 23:01:58 EST 2003
On Oct 30, 2003, at 10:56 PM, Bill Janssen wrote:
>> I mean not run the shell script that sets up the fink environment
>> variables.
>
> Just tried this with a clean build: no help.
try this:
>>> import imp
>>> imp.find_module('_imaging')
(<open file
'/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/PIL/_imaging.so', mode 'rb' at 0x61420>,
'/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/site-packages/PIL/_imaging.so', ('.so', 'rb', 3))
>>> import _imaging
More information about the Pythonmac-SIG
mailing list