On Tue, 2008-06-03 at 08:35 +0530, M.Ganesh wrote:
> Hi,
> 
> Running 'python manage.py syncdb' after including 'tagging' in the 
> INSTALLED_APPS throws the following error.
> 
> My django version : (0, 97, 'pre') r7543 (trunk)
> Python version : Python 2.5.1 (r251:54863, Mar  7 2008, 03:41:45)
> django tagging version : (0, 2.1000000000000001, None)
> 
> How do I fix this?
> 
> [...]
>     from tagging.managers import TagManager, TaggedItemManager
>   File "/usr/lib/python2.5/site-packages/tagging/managers.py", line 6, 
> in <module>
>     from django.db.models.query import QuerySet, parse_lookup
> ImportError: cannot import name parse_lookup
> 


You need to install a more recent version of django-tagging. The version
you have does not work post queryset-refactor merge.


Matthias

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to