I am also following the Apress book and am trying to implement that
coltrane stuff .
am using the latest django from svn
i got the  ""ImportError: cannot import name parse_lookup "" error
initially when i used "tagging-0.2.1"

as told above i tried to check out the latest tagging code from svn

and now i simply cant run
python setup.py install
it says

 File "setup.py", line 49, in ?
    version_tuple = __import__('tagging').VERSION
  File "/home/krishna/Projects/djangoTuts/tagging-r133/tagging/
__init__.py", line 3, in ?
    from tagging.managers import ModelTaggedItemManager, TagDescriptor
  File "/home/krishna/Projects/djangoTuts/tagging-r133/tagging/
managers.py", line 5, in ?
    from django.contrib.contenttypes.models import ContentType
  File "/usr/lib/python2.4/site-packages/django/contrib/contenttypes/
models.py", line 1, in ?
    from django.db import models
  File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line
9, in ?
    if not settings.DATABASE_ENGINE:
  File "/usr/lib/python2.4/site-packages/django/conf/__init__.py",
line 28, in __getattr__
    self._import_settings()
  File "/usr/lib/python2.4/site-packages/django/conf/__init__.py",
line 57, in _import_settings
    raise ImportError("Settings cannot be imported, because
environment variable %s is undefined." % ENVIRONMENT_VARIABLE)
ImportError: Settings cannot be imported, because environment variable
DJANGO_SETTINGS_MODULE is undefined.

instead of running the setup file i copied the tagging directory to a
python path .

while i run python manage.py validate , i get
Error: No module named validators

any one please help

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