Re: Tag library not found

2005-10-25 Thread [EMAIL PROTECTED]
Aha! I removed my django checkout, and downloaded it fresh, and voila! What confused me, was that the second comment on the ticket seems to indicate that a fresh checkout was unecessary, and all that needed to be done was remove the .pyc/o files, as per the BackwardChanges page, which I had done

Re: Tag library not found

2005-10-25 Thread Joey Coleman
I was getting that error as well, despite having done several svn updates, deleting any and all py{c,o} files, deleting the egg in the site-packages directory, etc. Nothing worked. However, following Dan's advice in the ticket above --- delete your whole django checkout and get it fresh ---

Re: Tag library not found

2005-10-25 Thread [EMAIL PROTECTED]
Hi, I'm still getting this error, despite following all the steps in the tutorial, and the notes in the BackwardsIncompatibleChanges. Is there something that I'm missing? Thanks J

Re: Tag library not found

2005-10-24 Thread Dan Lipsitt
Resolved. See the ticket mentioned above.

Re: Tag library not found

2005-10-24 Thread Dan Lipsitt
I tried on another box and had the same problems, so I filed a ticket: http://code.djangoproject.com/ticket/692

Re: Tag library not found

2005-10-22 Thread Dan Lipsitt
> Try this from the Python interactive interpreter: > > >>> from django.contrib.admin.templatetags import log > > If that raises an exception, it might give you some useful information. It imported fine. > Also, do you have "django.contrib.admin" in your INSTALLED_APPS? Yes, I do. I don't think

Re: Tag library not found

2005-10-22 Thread Adrian Holovaty
On 10/22/05, Dan Lipsitt <[EMAIL PROTECTED]> wrote: > TemplateSyntaxError: 'log' is not a valid tag library > [...] > I just upgraded to rev 992. I deleted the old egg first, and I also > tried removing the .pyc files as Adrian described (there were no > .pyos). Try this from the Python interacti

Re: Tag library not found

2005-10-22 Thread Dan Lipsitt
Thanks Jeremy, yes I did. I'm early on in my development process, so I just deleted my db and recreated my project directory, only copying over my models dir. So almost everything should be fresh. Plus this happens right after I submit my user name and password in the admin, which makes me think

Re: Tag library not found

2005-10-22 Thread Jeremy Dunck
On 10/22/05, Dan Lipsitt <[EMAIL PROTECTED]> wrote: > > I am getting an error similar to Tom's after I login to admin: > > = > File > "/usr/lib/python2.4/site-packages/django-1.0.0-py2.4.egg/django/core/template/defaulttags.py", > line 627, in do_load > raise TemplateSyntaxError,

Re: Tag library not found

2005-10-22 Thread Dan Lipsitt
I am getting an error similar to Tom's after I login to admin: = File "/usr/lib/python2.4/site-packages/django-1.0.0-py2.4.egg/django/core/template/defaulttags.py", line 627, in do_load raise TemplateSyntaxError, "'%s' is not a valid tag library" % taglib TemplateSyntaxError: '

Re: Tag library not found

2005-10-20 Thread tomass
Works a treat, thanks! Wonder if you've had a chance to take a look at this: http://code.djangoproject.com/ticket/480#preview Still seems to be bothering me... Thanks, Tom

Re: Tag library not found

2005-10-19 Thread Adrian Holovaty
On 10/19/05, tomass <[EMAIL PROTECTED]> wrote: > TemplateSyntaxError: 'auth.log' is not a valid tag library > [...] > Should mention that I've just upgraded to the latest version. Delete django/templatetags/*.pyc and django/templatetags/*.pyo, and let us know if it fixes the problem. Adrian --

Tag library not found

2005-10-19 Thread tomass
Hi Folks, Getting this strange error message on my admin login. File "/usr/lib/python2.4/site-packages/django/core/template/defaulttags.py", line 627, in do_load raise TemplateSyntaxError, "'%s' is not a valid tag library" % taglib TemplateSyntaxError: 'auth.log' is not a valid tag librar