[Pythonmac-SIG] PIL fails due to missing imaging.so

Jack Jansen Jack.Jansen at cwi.nl
Sun Jul 27 23:44:59 EDT 2003


On zondag, jul 27, 2003, at 07:46 Europe/Amsterdam, Pijus Virketis 
wrote:

> Dear all,
>
> I have a stock installation of MacPython 2.2.2 on MacOSX 10.2.6. I am 
> trying to use PIL to create a thumbnail:
>
> >>> import Image
> >>> im = Image.open("test.jpg")
> >>> im.size
> (300, 300)
> >>> im.thumbnail((200,200))
> [...long error traceback cut...]
> ImportError: The _imaging C module is not installed

The current stable version of MacPython-OS9 is 2.2.3. Could you please 
try it with that, and report a bug if things also don't work there? If 
"import Image" works, but the _imaging module isn't installed that's 
definitely a bug. At least: all this is assuming you got PIL by 
selecting it in the installer. If you tried to install PIL yourself 
then it's not my problem:-)

And, if you have the time, could I ask you to also try this with 
MacPython-OS9 2.3b1?
--
- Jack Jansen        <Jack.Jansen at oratrix.com>        
http://www.cwi.nl/~jack -
- If I can't dance I don't want to be part of your revolution -- Emma 
Goldman -




More information about the Pythonmac-SIG mailing list