I am trying to install sorl.thumbnail but am getting the following
error message:
'thumbnail' is not a valid tag library: Could not load template
library from django.templatetags.thumbnail, No module named PIL
I have placed the sorl folder in my project folder
I have placed 'sorl.thumbnaills' under installed apps
and finally placed {% load thumbnail %} in base.html
$python2.5
>>>import PIL
works
Using python2.5, on ubuntu 9.04 with django 1.1 with appengine-patch
What is causing the problem and how to solve?