Re: [ImageField -Upload a valid image]

2012-08-20 Thread Thomas Orozco
I'd you believe PIL is not picking up your libjpeg when it should be, you could give Pillow a shot ; its basically a PIL installer that makes installation easier. Le 20 août 2012 22:30, "Kurtis Mullins" a écrit : > Whenever you compile PIL, make sure that libjpeg is

Re: [ImageField -Upload a valid image]

2012-08-20 Thread Kurtis Mullins
Whenever you compile PIL, make sure that libjpeg is available to it. You should see a message showing you what is available when you install PIL. On Mon, Aug 20, 2012 at 3:33 PM, MN TS wrote: > Yes. > > Png and GIF are ok. > > > On Mon, Aug 20, 2012 at 8:00 PM, Amyth Arora

Re: [ImageField -Upload a valid image]

2012-08-20 Thread MN TS
Yes. Png and GIF are ok. On Mon, Aug 20, 2012 at 8:00 PM, Amyth Arora wrote: > did you try uploading any other images ? > > > On Mon, Aug 20, 2012 at 12:58 AM, MN TS wrote: > > Hello everybody. > > > > I've problem. When i upload image and submit i

Re: [ImageField -Upload a valid image]

2012-08-20 Thread Amyth Arora
did you try uploading any other images ? On Mon, Aug 20, 2012 at 12:58 AM, MN TS wrote: > Hello everybody. > > I've problem. When i upload image and submit i got follow form error. >- Upload a valid image. The file you uploaded was either not an image or > a corrupted

[ImageField -Upload a valid image]

2012-08-19 Thread MN TS
Hello everybody. I've problem. When i upload image and submit i got follow form error. - Upload a valid image. The file you uploaded was either not an image or a corrupted image. I reinstall PIL (1.1.7) and setup.py file edit like JPEG_ROOT = '/usr/lib/i386-linux-gnu/'. Thanks -- You