I have plugged dlevercss application to my Django project. In local
environment (windows xp - python 2.6) I have no errors, but in public
server (Ubuntu linux- python 2.5 - WSGI container), I get this error:
" 'dlevercss_tags' is not a valid tag library: Could not load template
library from django.templatetags.dlevercss_tags, No module named
clevercss"
The strange thing is that the template tag loaders try to load it from
django.templatetags module instead of his path. I placed dlevercss
module under site-packges folder and that path is included in the Path
variable as I can see from the Django debug output.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to