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

Pijus Virketis pijus at virketis.com
Sat Jul 26 23:46:08 EDT 2003


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 




More information about the Pythonmac-SIG mailing list