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

Rob Bedford rafferty29 at mchsi.com
Sun Jul 27 11:28:53 EDT 2003


I ran into this while porting a Windoz application we made to Mac OS X. 
  I seem to recall you need to build pil AND imaging.  I also looked at 
my site-packages and have imaging at the same level as pil with a 
Imaging.pth file.  Hope this helps.

Rob

On Sunday, July 27, 2003, at 12:46 AM, 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
>
> I searched my hd, and did not find imaging.so anywhere. Do I have an 
> incomplete PIL installation (needed to select some option during 
> MacPython installation ..?), or is there something more sinister going 
> on?
>
> Thank you!
>
> Pijus
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1098 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20030727/462044ec/attachment.bin


More information about the Pythonmac-SIG mailing list