Hi, I get an Error when i execute the following line:
>>> from django.template import Template Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/template/__init__.py", line 894, in ? add_to_builtins('django.template.defaultfilters') File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/template/__init__.py", line 891, in add_to_builtins builtins.append(get_library(module_name)) File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/template/__init__.py", line 880, in get_library mod = __import__(module_name, '', '', ['']) File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/template/defaultfilters.py", line 5, in ? from django.utils.translation import gettext File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/utils/translation/__init__.py", line 3, in ? if settings.USE_I18N: File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/conf/__init__.py", line 27, in __getattr__ self._import_settings() File "/usr/local/lib/python2.4/site-packages/Django-0.95.1-py2.4.egg/ django/conf/__init__.py", line 52, in _import_settings raise EnvironmentError, "Environment variable %s is undefined." % ENVIRONMENT_VARIABLE EnvironmentError: Environment variable DJANGO_SETTINGS_MODULE is undefined. =========================== ============================== Note: i get this error both on Windows & Linux (Ubuntu), even when i install Django from the latest trunk. Thanks Mo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---