rohitjain-rj / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Enconter import Error!------cannot import name parse_lookup #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the Django version is:
Django 1.1 beta 1
the Django tagging version is:
0.2.1

int the  tagging\manager.py file line 6
the code is:
from django.db.models.query import QuerySet, parse_lookup

Cann't import  parse_lookup .
Then I checkout the django\db\models\query.py file,there is no class or 
function "parse_lookup".
I don't know what's going on.
Is this a bug in the Django tagging?
Or I get the wrong version Django tagging or  The Django version?

Original issue reported on code.google.com by nillg...@gmail.com on 5 Jul 2009 at 1:35

GoogleCodeExporter commented 9 years ago
I had the same problem.  Instead of .2.1 I downloaded the trunk of 
django-tagging and 
everything is back to normal.

Original comment by dsspe...@gmail.com on 20 Jul 2009 at 4:26

GoogleCodeExporter commented 9 years ago
Version 0.2.1 didn't work on 1.0+. Please use the just released 0.3 version.

Original comment by bros...@gmail.com on 23 Aug 2009 at 3:42