[BangPypers] Imaging will not compile

Kenneth Gonsalves lawgon at au-kbc.org
Wed Aug 4 09:30:05 CEST 2010


On Wednesday 04 August 2010 09:18:13 akm wrote:
> > i686-2.6/_imaging.o
> > _imaging.c:76:20: error: Python.h: No such file or directory
> 
> This error occurs due to absence of Python development libraries.
> 
> $ sudo apt-get install python2.5-dev
> 
> This will install development headers and now you can build your PIL
> successfully.
> 

thanks - I am an idiot! easy_install worked, I see the egg in site-packages, 
but import PIL, or import Imaging both fail.
-- 
regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC
http://nrcfoss.au-kbc.org.in


More information about the BangPypers mailing list