I am working through the webmonkey tutorial on Django (http://
www.webmonkey.com/tutorial/Get_Started_With_Django). I am a newcomer
to Django. The instructions want you to download an application called
django-tagging. I did this on my Windows PC by downloading and running
the .exe file. When that part was over I had the "tagging"
subdirectory located at C:\Python26\Lib\site-packages\tagging. The
instructions then say to merely drop the folder into my project folder
(called "djangoblog"). I did that. Then I went on with the rest of the
tutorial.

When I finally did the "manage.py runserver" command I got a long list
of complaints with the last one being: File "C:\Python26\Lib\site-
packages\tagging\managers.py", line 6, in <module> from
django.db.models.query import QuerySet, parse_lookup
Import Error: cannot import name parse_lookup.

Something tells me I did something wrong trying to download django-
tagging. Can anybody suggest what I can do to get back on track?

Thanks in advance,
kkaste
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to