Re: Switched to Python2.5 now PIL has stopped working

2008-06-16 Thread Oscar Carlsson
I installed python + pil + django etc with MacPorts, and I have no problems with PIL, whatsoever. And you get all your custom installs in /opt/local, keeping your OS X installation clean... :) Oscar On Mon, Jun 16, 2008 at 6:50 PM, Jude <[EMAIL PROTECTED]> wrote: > > Thanks, you've been really h

Re: Switched to Python2.5 now PIL has stopped working

2008-06-16 Thread Jude
Thanks, you've been really helpful. I followed the instructions on the link provided and although it hasn't fixed it I think I'm a bit closer to solving the problem. As you suggested, it's a jpg issue - there are no problems uploading .gifs I am having trouble importing PIL's _imaging module and

Re: Switched to Python2.5 now PIL has stopped working

2008-06-16 Thread joshuajonah
Are you testing with jpgs? if so, see the top paragraph here: http://www.agapow.net/programming/python/installing-and-using-pil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Switched to Python2.5 now PIL has stopped working

2008-06-16 Thread Jude
On Jun 16, 2:16 pm, joshuajonah <[EMAIL PROTECTED]> wrote: > Is this a local development installation? Yes. >There were alot of people > having issues with PIL on Mac OSX a while ago. I'm running OS X 10.4. It's strange because there are no problems using Python2.4 on the same machine. I can

Re: Switched to Python2.5 now PIL has stopped working

2008-06-16 Thread joshuajonah
Is this a local development installation? There were alot of people having issues with PIL on Mac OSX a while ago. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send ema

Switched to Python2.5 now PIL has stopped working

2008-06-16 Thread Jude
I've just upgraded from python 2.4 to 2.5 and reinstalled all the necessary libraries but now PIL seems to have stopped working. When I try to upload images via the admin I get: "Upload a valid image. The file you uploaded was either not an image or a corrupted image." Any ideas where I've gone