Re: sorl.thumbnail on apache2

2010-01-02 Thread Osiaq
Thank you Sam. Suddenly it starts working by itself after restarting the server without making any changes :| On Jan 1, 10:01 am, Sam Lai wrote: > Are you missing a path in PythonPath, in your apache's conf file? Not > sure if the python path is returned in Django's error page; if not, > create

Re: sorl.thumbnail on apache2

2010-01-01 Thread Sam Lai
Are you missing a path in PythonPath, in your apache's conf file? Not sure if the python path is returned in Django's error page; if not, create a new view that returns the python path *as seen when launched from apache* and see if it is correct there. 2009/12/30 Osiaq : > INDEX.HTML: > error mess

sorl.thumbnail on apache2

2009-12-29 Thread Osiaq
INDEX.HTML: error message: 'thumbnail' is not a valid tag library: Could not load template library from django.templatetags.thumbnail, cannot import name defaults 1 {% extends 'website/base_website.html' %} 2 {% load thumbnail %} <--PROBLEM HERE on development server using 'python man