[BangPypers] Imaging will not compile

2010-08-03 Thread Kenneth Gonsalves
hi, I have a lenny serverr with python2.5.x - recently setup virtualenv with python 2.6. I was trying to install PIL, and whether I use easy_install or use setup.py, I get the same error. The error message is a bit long, but maybe it will help to figure out what is wrong: (env)law...@au-kbc:~/

Re: [BangPypers] Imaging will not compile

2010-08-03 Thread Senthil Kumaran
On Wed, Aug 04, 2010 at 07:29:15AM +0530, Kenneth Gonsalves wrote: > hi, > > I have a lenny serverr with python2.5.x - recently setup virtualenv with > python 2.6. I was trying to install PIL, and whether I use easy_install or > use > setup.py, I get the same error. The error message is a bit l

Re: [BangPypers] Imaging will not compile

2010-08-03 Thread akm
> I have a lenny serverr with python2.5.x - recently setup virtualenv with > python 2.6. I was trying to install PIL, and whether I use easy_install or use > setup.py, I get the same error. The error message is a bit long, but maybe it > will help to figure out what is wrong: > > (env)law...@au-kbc

Re: [BangPypers] Imaging will not compile

2010-08-03 Thread Noufal Ibrahim
Kenneth Gonsalves writes: [...] > _imaging.c:76:20: error: Python.h: No such file or directory [...] This looks like your problem. You need the development libraries for the Python version you're using. They're necessary to compile C extensions. If you've installed from the repo., the package