joashivanmoodley / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

'pagination_tags' is not a valid tag library #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install pagitation as doc describes
2. add the needed code to template
3. test the page

What is the expected output? What do you see instead?

i see the error: 
Request Method:     GET
Request URL:    http://localhost:8000/cyradm/
Exception Type:     TemplateSyntaxError
Exception Value:    'pagination_tags' is not a valid tag library: Could not
load template library from django.templatetags.pagination_tags, cannot
import name Paginator
Exception Location: 
/usr/lib/python2.4/site-packages/django/template/defaulttags.py in load,
line 750

What version of the product are you using? On what operating system?
linux , python 2.4 , code from svn

Original issue reported on code.google.com by jarg...@gmail.com on 6 Aug 2008 at 6:22

GoogleCodeExporter commented 8 years ago
I cannot reproduce this error.  If you could provide more information on how 
you installed the pagination as 
described, that would be great.  For now, I'm marking this as invalid though.

Original comment by flo...@gmail.com on 30 Aug 2008 at 6:35

GoogleCodeExporter commented 8 years ago
Will this work with Googles App Engine - using their django project? I get the 
same
error as above trying to use it. Wondering if it's worth the time trying to fix 
it.

I'm on Windows XP.

Original comment by phil.sto...@gmail.com on 11 Nov 2008 at 8:32