[Image-SIG] Problems riunning the image library module

Claudia Freimuth Claudia.Freimuth at t-online.de
Sun Oct 31 23:22:00 CET 2004


Dear Sir/Madam,
 
I've installed python 2.3.2 and installed
PIL-1.1.4.win32-py2.3.exe;which is the python image library module.
 
However, if I run the simple test program below:
 
import Image
im = Image.open("Images/lena.gif")
print im.format, im.size, im.mode
im.show()
 
It come up with this error:
 
ImportError: The _imaging C module is not installed
 
 
Also I checked the paths and it seems ok:
 
 
sys.path
['C:\\Python23\\Lib\\idlelib', 'C:\\WINDOWS\\System32\\python23.zip',
'C:\\Python23', 'C:\\Python23\\DLLs', 'C:\\Python23\\lib',
'C:\\Python23\\lib\\plat-win', 'C:\\Python23\\lib\\lib-tk',
'C:\\Python23\\lib\\site-packages',
'C:\\Python23\\lib\\site-packages\\PIL']
 
Also,  tried executing import _imaging and this is fine as well!!
 
Can you see if you could shed some light on this problem please
 
Best Regards
 
Chris Sidiropoulos
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/image-sig/attachments/20041031/41b11704/attachment.html


More information about the Image-SIG mailing list