Hi all, I am writing a project on django, everything is fine, acutally
I have finished few apps already. btw I am using django itself to
debug and act as web-server.

I got the develop version of django and django-tagging. when I try to
install django-tagging as the command
sudo python setup.py install

I got error message like this.

[EMAIL PROTECTED]:~/workspace/veryvote$ sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 49, in <module>
    version_tuple = __import__('tagging').VERSION
  File "/home/chris/workspace/veryvote/__init__.py", line 3, in
<module>

  File "/home/chris/Download/web/django-tagging-read-only/tagging/
managers.py", line 5, in <module>
  File "/usr/lib/python2.5/site-packages/django/contrib/contenttypes/
models.py", line 1, in <module>
    from django.db import models
  File "/usr/lib/python2.5/site-packages/django/db/__init__.py", line
9, in <module>
    if not settings.DATABASE_ENGINE:
  File "/usr/lib/python2.5/site-packages/django/conf/__init__.py",
line 28, in __getattr__
    self._import_settings()
  File "/usr/lib/python2.5/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.


anyone knows about this issue?
thanks
--~--~---------~--~----~------------~-------~--~----~
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