jinjie2088 / django-tagging

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

install error #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

 D:\OpenSource\blog\tagging>python setup.py install
Traceback (most recent call last):
  File "setup.py", line 49, in <module>
    version_tuple = __import__('tagging').VERSION
  File "D:\OpenSource\blog\tagging\tagging\__init__.py", line 3, in <module>
    from tagging.managers import ModelTaggedItemManager, TagDescriptor
  File "D:\OpenSource\blog\tagging\tagging\managers.py", line 5, in <module>
    from django.contrib.contenttypes.models import ContentType
  File
"C:\Python25\Lib\site-packages\django\contrib\contenttypes\models.py", line
1, in <module>
    from django.db import models
  File "C:\Python25\Lib\site-packages\django\db\__init__.py", line 10, in
<module>
    if not settings.DATABASE_ENGINE:
  File "C:\Python25\Lib\site-packages\django\conf\__init__.py", line 28, in
__getattr__
    self._import_settings()
  File "C:\Python25\Lib\site-packages\django\conf\__init__.py", line 55, in
_import_settings
    raise ImportError, "Environment variable %s is undefined so settings
cannot be imported." % ENVI
RONMENT_VARIABLE   # NOTE: This is arguably an EnvironmentError, but that
causes problems with Pytho
n's interactive help
ImportError: Environment variable DJANGO_SETTINGS_MODULE is undefined so
settings cannot be imported
.

Original issue reported on code.google.com by bord...@gmail.com on 4 Apr 2008 at 4:13

GoogleCodeExporter commented 9 years ago
From SVN 131

Original comment by bord...@gmail.com on 4 Apr 2008 at 4:16

GoogleCodeExporter commented 9 years ago
repeat 110 issue.

Original comment by narma....@gmail.com on 13 Apr 2008 at 2:49

GoogleCodeExporter commented 9 years ago
Me too!

Original comment by dane.hes...@gmail.com on 7 May 2008 at 9:59

GoogleCodeExporter commented 9 years ago
same here

Original comment by sotirac@gmail.com on 16 Aug 2008 at 1:54

GoogleCodeExporter commented 9 years ago
This isn't an issue with django-tagging. Make sure you read the installation 
directions. Open new issues 
reporting new problems.

Original comment by bros...@gmail.com on 23 Aug 2009 at 4:55