Fernando Rodríguez wrote:
> Hi,
>
> I'm implementing the coltrane blog app in "Practical Django Projects"
> and when I try to syncdb I get this error and traceback.
>
> I'm using version 0.97 downloaded from svn.
> from tagging.managers import TagManager, TaggedItemManager
> File "/home/fernando/django/tagging/managers.py", line 6, in <module>
> from django.db.models.query import QuerySet, parse_lookup
> ImportError: cannot import name parse_lookup
I believe you need to upgrade the tagging app. Get that from its svn.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---