Re: Django c _imaging module not installed

2010-06-22 Thread euan.godd...@googlemail.com
Are you doing some image related work in Django admin? We have had lots of trouble with libjpeg and PIL. We use PIL 1.1.6 and libjpeg 6. Our install process requires using apt to install the libjpeg62-dev package before installing PIL 1.1.6. If you're using a Debian based OS, I'd remove your cust

Django c _imaging module not installed

2010-06-22 Thread appel268576
Hi there. For the last week or so I have been having real issues with getting Django / python and libjpeg to play nice. However successfully followed loads of threads and comments and got my own solution. Secondly I have applied this solution so that it works successfully on my production server.